#89AAFA

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

Shades of Jordy Blue #89AAFA

Tints of Jordy Blue #89AAFA

Color information

#89AAFA (or 0x89AAFA) is unknown color: approx Jordy Blue. HEX triplet: 89, AA and FA. RGB value is (137,170,250). Sum of RGB (Red+Green+Blue) = 137+170+250=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #89AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AAFA is #765505. Grayscale: #A8A8A8. Windows color (decimal): -7755014 or 16427657. OLE color: 16427657.

HSL color Cylindrical-coordinate representation of color #89AAFA: hue angle of 222.48º degrees, saturation: 0.92, 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 #89AAFA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137170250-
CMYK0.450.3200.02
HSL222.48º91.87%75.88%-
HSV(B)222.48º45.2%98.04%-
XYZ41.9540.9796.14-
YUV169.25173.57105-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.60%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=24.60%
G=30.52%
B=44.88%

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
Decimal1371702500.450.3200.02222.4891.8775.88
Hex89AAFA2D2002de5c4c
Octal211252372554002336134114
Binary1000100110101010111110101011011000000101101111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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