#89B9EC

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

Shades of Jordy Blue #89B9EC

Tints of Jordy Blue #89B9EC

Color information

#89B9EC (or 0x89B9EC) is unknown color: approx Jordy Blue. HEX triplet: 89, B9 and EC. RGB value is (137,185,236). Sum of RGB (Red+Green+Blue) = 137+185+236=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #89B9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B9EC is #764613. Grayscale: #B0B0B0. Windows color (decimal): -7751188 or 15513993. OLE color: 15513993.

HSL color Cylindrical-coordinate representation of color #89B9EC: hue angle of 210.91º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89B9EC is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137185236-
CMYK0.420.2200.07
HSL210.91º72.26%73.14%-
HSV(B)210.91º41.95%92.55%-
XYZ42.8146.0785.99-
YUV176.46161.699.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.55%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=24.55%
G=33.15%
B=42.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371852360.420.2200.07210.9172.2673.14
Hex89B9EC2A1607d34849
Octal211271354522607323110111
Binary1000100110111001111011001010101011001111101001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,185,236); }

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

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

 a { background-color: rgb(137,185,236); }

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

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

 span { border-color: rgb(137,185,236); }

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