#89B0DC

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

Shades of Jordy Blue #89B0DC

Tints of Jordy Blue #89B0DC

Color information

#89B0DC (or 0x89B0DC) is unknown color: approx Jordy Blue. HEX triplet: 89, B0 and DC. RGB value is (137,176,220). Sum of RGB (Red+Green+Blue) = 137+176+220=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #89B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0DC is #764F23. Grayscale: #A9A9A9. Windows color (decimal): -7753508 or 14463113. OLE color: 14463113.

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

Color convert

RGB137176220-
CMYK0.380.200.14
HSL211.81º54.25%70%-
HSV(B)211.81º37.73%86.27%-
XYZ38.7641.5473.68-
YUV169.36156.58104.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.70%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=25.70%
G=33.02%
B=41.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371762200.380.200.14211.8154.2570
Hex89B0DC26140Ed43646
Octal211260334462401632466106
Binary1000100110110000110111001001101010001110110101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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