#89AAE0

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

Shades of Jordy Blue #89AAE0

Tints of Jordy Blue #89AAE0

Color information

#89AAE0 (or 0x89AAE0) is unknown color: approx Jordy Blue. HEX triplet: 89, AA and E0. RGB value is (137,170,224). Sum of RGB (Red+Green+Blue) = 137+170+224=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #89AAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAE0 is #76551F. Grayscale: #A6A6A6. Windows color (decimal): -7755040 or 14723721. OLE color: 14723721.

HSL color Cylindrical-coordinate representation of color #89AAE0: hue angle of 217.24º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89AAE0 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB137170224-
CMYK0.390.2400.12
HSL217.24º58.39%70.78%-
HSV(B)217.24º38.84%87.84%-
XYZ38.1539.4576.13-
YUV166.29160.57107.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.80%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=25.80%
G=32.02%
B=42.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1371702240.390.2400.12217.2458.3970.78
Hex89AAE027180Cd93a47
Octal211252340473001433172107
Binary1000100110101010111000001001111100001100110110011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AAE0; }

 p { color: rgb(137,170,224); }

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

<style>
 a { background-color: #89AAE0; }

 a { background-color: rgb(137,170,224); }

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

<style>
 span { border-color: #89AAE0; }

 span { border-color: rgb(137,170,224); }

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