Html Css Color HEX #88A6DF Jordy Blue

📋 copy color: '#88A6DF'

red 136 ◦ green 166 ◦ blue 223

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

Shades of Jordy Blue #88A6DF

Tints of Jordy Blue #88A6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 25.9%
G = 31.62%
B = 42.48%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88A6DF (or 0x88A6DF) is known color: Jordy Blue. HEX triplet: 88, A6 and DF. RGB value is (136,166,223). Sum of RGB (Red+Green+Blue) = 136+166+223=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #88A6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6DF is #775920. Grayscale: #A3A3A3. Windows color (decimal): -7821601 or 14657160. OLE color: 14657160.

HSL color Cylindrical-coordinate representation of color #88A6DF: hue angle of 219.31º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88A6DF is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 166 223 -
CMYK 0.39 0.26 0 0.13
HSL 219.31º 0.58% 0.7% -
HSV(B) 219.31º 0.39% 0.87% -
XYZ 37.11 37.83 75.16 -
YUV 163.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 136 166 223 0.39 0.26 0 0.13 219.31 0.58 0.7
Hex 88 A6 DF 27 1A 0 D DB 3A 46
Octal 210 246 337 47 32 0 15 333 72 106
Binary 10001000 10100110 11011111 100111 11010 0 1101 11011011 111010 1000110

Color Harmonies of #88A6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A6DF

Black with #88A6DF

Text Example


Text Example

White with #88A6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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