#89B1DC

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

Shades of Jordy Blue #89B1DC

Tints of Jordy Blue #89B1DC

Color information

#89B1DC (or 0x89B1DC) is unknown color: approx Jordy Blue. HEX triplet: 89, B1 and DC. RGB value is (137,177,220). Sum of RGB (Red+Green+Blue) = 137+177+220=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #89B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1DC is #764E23. Grayscale: #A9A9A9. Windows color (decimal): -7753252 or 14463369. OLE color: 14463369.

HSL color Cylindrical-coordinate representation of color #89B1DC: hue angle of 211.08º 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 #89B1DC is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137177220-
CMYK0.380.2000.14
HSL211.08º54.25%70%-
HSV(B)211.08º37.73%86.27%-
XYZ38.9641.9373.75-
YUV169.94156.25104.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.66%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=25.66%
G=33.15%
B=41.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371772200.380.2000.14211.0854.2570
Hex89B1DC26140Ed33646
Octal211261334462401632366106
Binary1000100110110001110111001001101010001110110100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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