Html Css Color HEX #88A8DC Jordy Blue

📋 copy color: '#88A8DC'

red 136 ◦ green 168 ◦ blue 220

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

Shades of Jordy Blue #88A8DC

Tints of Jordy Blue #88A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.06%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 25.95%
G = 32.06%
B = 41.98%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88A8DC (or 0x88A8DC) is known color: Jordy Blue. HEX triplet: 88, A8 and DC. RGB value is (136,168,220). Sum of RGB (Red+Green+Blue) = 136+168+220=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #88A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8DC is #775723. Grayscale: #A4A4A4. Windows color (decimal): -7821092 or 14461064. OLE color: 14461064.

HSL color Cylindrical-coordinate representation of color #88A8DC: hue angle of 217.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88A8DC is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 168 220 -
CMYK 0.38 0.24 0 0.14
HSL 217.14º 0.55% 0.7% -
HSV(B) 217.14º 0.38% 0.86% -
XYZ 37.07 38.41 73.17 -
YUV 164.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 136 168 220 0.38 0.24 0 0.14 217.14 0.55 0.7
Hex 88 A8 DC 26 18 0 E D9 37 46
Octal 210 250 334 46 30 0 16 331 67 106
Binary 10001000 10101000 11011100 100110 11000 0 1110 11011001 110111 1000110

Color Harmonies of #88A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8DC

Black with #88A8DC

Text Example


Text Example

White with #88A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,168,220); }

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

background-color css

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

 a { background-color: rgb(136,168,220); }

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

border-color css

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

 span { border-color: rgb(136,168,220); }

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