#89B7EC

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

Shades of Jordy Blue #89B7EC

Tints of Jordy Blue #89B7EC

Color information

#89B7EC (or 0x89B7EC) is unknown color: approx Jordy Blue. HEX triplet: 89, B7 and EC. RGB value is (137,183,236). Sum of RGB (Red+Green+Blue) = 137+183+236=556 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.64% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #89B7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B7EC is #764813. Grayscale: #AFAFAF. Windows color (decimal): -7751700 or 15513481. OLE color: 15513481.

HSL color Cylindrical-coordinate representation of color #89B7EC: hue angle of 212.12º 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 #89B7EC is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137183236-
CMYK0.420.2200.07
HSL212.12º72.26%73.14%-
HSV(B)212.12º41.95%92.55%-
XYZ42.3945.2485.86-
YUV175.29162.26100.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.64%
GREEN value IS 183 (71.88% from 255) = 32.91%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=24.64%
G=32.91%
B=42.45%

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
Decimal1371832360.420.2200.07212.1272.2673.14
Hex89B7EC2A1607d44849
Octal211267354522607324110111
Binary1000100110110111111011001010101011001111101010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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