#89B0DB

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

Shades of Jordy Blue #89B0DB

Tints of Jordy Blue #89B0DB

Color information

#89B0DB (or 0x89B0DB) is unknown color: approx Jordy Blue. HEX triplet: 89, B0 and DB. RGB value is (137,176,219). Sum of RGB (Red+Green+Blue) = 137+176+219=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #89B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0DB is #764F24. Grayscale: #A9A9A9. Windows color (decimal): -7753509 or 14397577. OLE color: 14397577.

HSL color Cylindrical-coordinate representation of color #89B0DB: hue angle of 211.46º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89B0DB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137176219-
CMYK0.370.2000.14
HSL211.46º53.25%69.8%-
HSV(B)211.46º37.44%85.88%-
XYZ38.6341.4872.99-
YUV169.24156.08105-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.75%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=25.75%
G=33.08%
B=41.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371762190.370.2000.14211.4653.2569.8
Hex89B0DB25140Ed33546
Octal211260333452401632365106
Binary1000100110110000110110111001011010001110110100111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,176,219); }

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

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

 a { background-color: rgb(137,176,219); }

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

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

 span { border-color: rgb(137,176,219); }

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