#89B5DC

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

Shades of Jordy Blue #89B5DC

Tints of Jordy Blue #89B5DC

Color information

#89B5DC (or 0x89B5DC) is unknown color: approx Jordy Blue. HEX triplet: 89, B5 and DC. RGB value is (137,181,220). Sum of RGB (Red+Green+Blue) = 137+181+220=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #89B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5DC is #764A23. Grayscale: #ACACAC. Windows color (decimal): -7752228 or 14464393. OLE color: 14464393.

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

Color convert

RGB137181220-
CMYK0.380.1800.14
HSL208.19º54.25%70%-
HSV(B)208.19º37.73%86.27%-
XYZ39.7643.5374.02-
YUV172.29154.92102.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.46%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=25.46%
G=33.64%
B=40.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371812200.380.1800.14208.1954.2570
Hex89B5DC26120Ed03646
Octal211265334462201632066106
Binary1000100110110101110111001001101001001110110100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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