#89B2DC

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

Shades of Jordy Blue #89B2DC

Tints of Jordy Blue #89B2DC

Color information

#89B2DC (or 0x89B2DC) is unknown color: approx Jordy Blue. HEX triplet: 89, B2 and DC. RGB value is (137,178,220). Sum of RGB (Red+Green+Blue) = 137+178+220=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #89B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2DC is #764D23. Grayscale: #AAAAAA. Windows color (decimal): -7752996 or 14463625. OLE color: 14463625.

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

Color convert

RGB137178220-
CMYK0.380.1900.14
HSL210.36º54.25%70%-
HSV(B)210.36º37.73%86.27%-
XYZ39.1642.3373.82-
YUV170.53155.92104.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.61%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=25.61%
G=33.27%
B=41.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371782200.380.1900.14210.3654.2570
Hex89B2DC26130Ed23646
Octal211262334462301632266106
Binary1000100110110010110111001001101001101110110100101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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