#88A8DD

Color #88A8DD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #88A8DD

Tints of Jordy Blue #88A8DD

Color information

#88A8DD (or 0x88A8DD) is unknown color: approx 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

RGB136168221-
CMYK0.380.2400.13
HSL217.41º55.56%70%-
HSV(B)217.41º38.46%86.67%-
XYZ37.2138.4673.87-
YUV164.47159.9107.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.90%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=25.90%
G=32%
B=42.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361682210.380.2400.13217.4155.5670
Hex88A8DD26180Dd93846
Octal210250335463001533170106
Binary1000100010101000110111011001101100001101110110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>