#89D0DC

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

Shades of Spray #89D0DC

Tints of Spray #89D0DC

Color information

#89D0DC (or 0x89D0DC) is unknown color: approx Spray. HEX triplet: 89, D0 and DC. RGB value is (137,208,220). Sum of RGB (Red+Green+Blue) = 137+208+220=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #89D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D0DC is #762F23. Grayscale: #BCBCBC. Windows color (decimal): -7745316 or 14471305. OLE color: 14471305.

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

Color convert

RGB137208220-
CMYK0.380.0500.14
HSL188.67º54.25%70%-
HSV(B)188.67º37.73%86.27%-
XYZ45.7955.676.03-
YUV188.14145.9891.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.25%
GREEN value IS 208 (81.64% from 255) = 36.81%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=24.25%
G=36.81%
B=38.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372082200.380.0500.14188.6754.2570
Hex89D0DC2650Ebd3646
Octal21132033446501627566106
Binary10001001110100001101110010011010101110101111011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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