#89B1EC

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

Shades of Jordy Blue #89B1EC

Tints of Jordy Blue #89B1EC

Color information

#89B1EC (or 0x89B1EC) is unknown color: approx Jordy Blue. HEX triplet: 89, B1 and EC. RGB value is (137,177,236). Sum of RGB (Red+Green+Blue) = 137+177+236=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #89B1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B1EC is #764E13. Grayscale: #ABABAB. Windows color (decimal): -7753236 or 15511945. OLE color: 15511945.

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

Color convert

RGB137177236-
CMYK0.420.2500.07
HSL215.76º72.26%73.14%-
HSV(B)215.76º41.95%92.55%-
XYZ41.1842.8285.45-
YUV171.77164.25103.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.91%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=24.91%
G=32.18%
B=42.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371772360.420.2500.07215.7672.2673.14
Hex89B1EC2A1907d84849
Octal211261354523107330110111
Binary1000100110110001111011001010101100101111101100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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