#89ACF9

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

Shades of Jordy Blue #89ACF9

Tints of Jordy Blue #89ACF9

Color information

#89ACF9 (or 0x89ACF9) is unknown color: approx Jordy Blue. HEX triplet: 89, AC and F9. RGB value is (137,172,249). Sum of RGB (Red+Green+Blue) = 137+172+249=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #89ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ACF9 is #765306. Grayscale: #A9A9A9. Windows color (decimal): -7754503 or 16362633. OLE color: 16362633.

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

Color convert

RGB137172249-
CMYK0.450.3100.02
HSL221.25º90.32%75.69%-
HSV(B)221.25º44.98%97.65%-
XYZ42.1741.6695.44-
YUV170.31172.4104.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.55%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=24.55%
G=30.82%
B=44.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371722490.450.3100.02221.2590.3275.69
Hex89ACF92D1F02dd5a4c
Octal211254371553702335132114
Binary100010011010110011111001101101111110101101110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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