#88AAE1

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

Shades of Jordy Blue #88AAE1

Tints of Jordy Blue #88AAE1

Color information

#88AAE1 (or 0x88AAE1) is unknown color: approx Jordy Blue. HEX triplet: 88, AA and E1. RGB value is (136,170,225). Sum of RGB (Red+Green+Blue) = 136+170+225=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #88AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AAE1 is #77551E. Grayscale: #A5A5A5. Windows color (decimal): -7820575 or 14789256. OLE color: 14789256.

HSL color Cylindrical-coordinate representation of color #88AAE1: hue angle of 217.08º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88AAE1 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136170225-
CMYK0.400.2400.12
HSL217.08º59.73%70.78%-
HSV(B)217.08º39.56%88.24%-
XYZ38.1239.4276.83-
YUV166.1161.24106.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=25.61%
G=32.02%
B=42.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361702250.400.2400.12217.0859.7370.78
Hex88AAE128180Cd93c47
Octal210252341503001433174107
Binary1000100010101010111000011010001100001100110110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,170,225); }

 H1.HeaderClassName
 {
   color: #88AAE1;
 }
 .AnyTagClassName
 {
   color: #88AAE1;
 }
</style>
background-color css

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

 a { background-color: rgb(136,170,225); }

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

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

 span { border-color: rgb(136,170,225); }

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