#89B7DC

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

Shades of Jordy Blue #89B7DC

Tints of Jordy Blue #89B7DC

Color information

#89B7DC (or 0x89B7DC) is unknown color: approx Jordy Blue. HEX triplet: 89, B7 and DC. RGB value is (137,183,220). Sum of RGB (Red+Green+Blue) = 137+183+220=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #89B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7DC is #764823. Grayscale: #ADADAD. Windows color (decimal): -7751716 or 14464905. OLE color: 14464905.

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

Color convert

RGB137183220-
CMYK0.380.1700.14
HSL206.75º54.25%70%-
HSV(B)206.75º37.73%86.27%-
XYZ40.1744.3574.15-
YUV173.46154.26101.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.37%
GREEN value IS 183 (71.88% from 255) = 33.89%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=25.37%
G=33.89%
B=40.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371832200.380.1700.14206.7554.2570
Hex89B7DC26110Ecf3646
Octal211267334462101631766106
Binary1000100110110111110111001001101000101110110011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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