#89A9DF

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

Shades of Jordy Blue #89A9DF

Tints of Jordy Blue #89A9DF

Color information

#89A9DF (or 0x89A9DF) is unknown color: approx Jordy Blue. HEX triplet: 89, A9 and DF. RGB value is (137,169,223). Sum of RGB (Red+Green+Blue) = 137+169+223=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #89A9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9DF is #765620. Grayscale: #A5A5A5. Windows color (decimal): -7755297 or 14657929. OLE color: 14657929.

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

Color convert

RGB137169223-
CMYK0.390.2400.13
HSL217.67º57.33%70.59%-
HSV(B)217.67º38.57%87.45%-
XYZ37.8239.0275.35-
YUV165.59160.4107.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=25.90%
G=31.95%
B=42.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371692230.390.2400.13217.6757.3370.59
Hex89A9DF27180Dda3947
Octal211251337473001533271107
Binary1000100110101001110111111001111100001101110110101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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