#89A9E0

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

Shades of Jordy Blue #89A9E0

Tints of Jordy Blue #89A9E0

Color information

#89A9E0 (or 0x89A9E0) is unknown color: approx Jordy Blue. HEX triplet: 89, A9 and E0. RGB value is (137,169,224). Sum of RGB (Red+Green+Blue) = 137+169+224=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #89A9E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9E0 is #76561F. Grayscale: #A5A5A5. Windows color (decimal): -7755296 or 14723465. OLE color: 14723465.

HSL color Cylindrical-coordinate representation of color #89A9E0: hue angle of 217.93º 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 #89A9E0 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB137169224-
CMYK0.390.2500.12
HSL217.93º58.39%70.78%-
HSV(B)217.93º38.84%87.84%-
XYZ37.9639.0876.06-
YUV165.7160.9107.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.85%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 224 (87.89% from 255) = 42.26%
R=25.85%
G=31.89%
B=42.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1371692240.390.2500.12217.9358.3970.78
Hex89A9E027190Cda3a47
Octal211251340473101433272107
Binary1000100110101001111000001001111100101100110110101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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