#89AAF9

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

Shades of Jordy Blue #89AAF9

Tints of Jordy Blue #89AAF9

Color information

#89AAF9 (or 0x89AAF9) is unknown color: approx Jordy Blue. HEX triplet: 89, AA and F9. RGB value is (137,170,249). Sum of RGB (Red+Green+Blue) = 137+170+249=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #89AAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AAF9 is #765506. Grayscale: #A8A8A8. Windows color (decimal): -7755015 or 16362121. OLE color: 16362121.

HSL color Cylindrical-coordinate representation of color #89AAF9: hue angle of 222.32º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89AAF9 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137170249-
CMYK0.450.3200.02
HSL222.32º90.32%75.69%-
HSV(B)222.32º44.98%97.65%-
XYZ41.7940.9195.32-
YUV169.14173.07105.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.64%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 249 (97.66% from 255) = 44.78%
R=24.64%
G=30.58%
B=44.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371702490.450.3200.02222.3290.3275.69
Hex89AAF92D2002de5a4c
Octal211252371554002336132114
Binary1000100110101010111110011011011000000101101111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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