Html Css Color HEX #88A6FF Jordy Blue

📋 copy color: '#88A6FF'

red 136 ◦ green 166 ◦ blue 255

#88A6FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #88A6FF

Tints of Jordy Blue #88A6FF

RGB

 RED value IS 136 (53.52% from 255) = 24.42%

 GREEN value IS 166 (65.23% from 255) = 29.8%

 BLUE value IS 255 (100% from 255) = 45.78%

R = 24.42%
G = 29.8%
B = 45.78%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#88A6FF (or 0x88A6FF) is known color: Jordy Blue. HEX triplet: 88, A6 and FF. RGB value is (136,166,255). Sum of RGB (Red+Green+Blue) = 136+166+255=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #88A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A6FF is #775900. Grayscale: #A6A6A6. Windows color (decimal): -7821569 or 16754312. OLE color: 16754312.

HSL color Cylindrical-coordinate representation of color #88A6FF: hue angle of 224.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88A6FF is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 166 255 -
CMYK 0.47 0.35 0 0
HSL 224.87º 1% 0.77% -
HSV(B) 224.87º 0.47% 1% -
XYZ 41.84 39.73 100.07 -
YUV 167.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 136 166 255 0.47 0.35 0 0 224.87 1 0.77
Hex 88 A6 FF 2F 23 0 0 E1 64 4D
Octal 210 246 377 57 43 0 0 341 144 115
Binary 10001000 10100110 11111111 101111 100011 0 0 11100001 1100100 1001101

Color Harmonies of #88A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A6FF

Black with #88A6FF

Text Example


Text Example

White with #88A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A6FF; }

 p { color: rgb(136,166,255); }

 H1.HeaderClassName
 {
   color: #88A6FF;
 }
 .AnyTagClassName
 {
   color: #88A6FF;
 }
</style>

background-color css

<style>
 a { background-color: #88A6FF; }

 a { background-color: rgb(136,166,255); }

 div.DivClassName
 {
   background-color: #88A6FF;
 }
 .BgClassName
 {
   background-color: #88A6FF;
 }
</style>

border-color css

<style>
 span { border-color: #88A6FF; }

 span { border-color: rgb(136,166,255); }

 td.TdClassName
 {
   border-color: #88A6FF;
 }
 .TagClassName
 {
   border-color: #88A6FF;
 }
</style>