Html Css Color HEX #88A8DD Jordy Blue

📋 copy color: '#88A8DD'

red 136 ◦ green 168 ◦ blue 221

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

Shades of Jordy Blue #88A8DD

Tints of Jordy Blue #88A8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 25.9%
G = 32%
B = 42.1%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88A8DD (or 0x88A8DD) is known color: Jordy Blue. HEX triplet: 88, A8 and DD. RGB value is (136,168,221). Sum of RGB (Red+Green+Blue) = 136+168+221=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #88A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8DD is #775722. Grayscale: #A4A4A4. Windows color (decimal): -7821091 or 14526600. OLE color: 14526600.

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

Color convert

RGB 136 168 221 -
CMYK 0.38 0.24 0 0.13
HSL 217.41º 0.56% 0.7% -
HSV(B) 217.41º 0.38% 0.87% -
XYZ 37.21 38.46 73.87 -
YUV 164.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 136 168 221 0.38 0.24 0 0.13 217.41 0.56 0.7
Hex 88 A8 DD 26 18 0 D D9 38 46
Octal 210 250 335 46 30 0 15 331 70 106
Binary 10001000 10101000 11011101 100110 11000 0 1101 11011001 111000 1000110

Color Harmonies of #88A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8DD

Black with #88A8DD

Text Example


Text Example

White with #88A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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