#89CCDD

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

Shades of Spray #89CCDD

Tints of Spray #89CCDD

Color information

#89CCDD (or 0x89CCDD) is unknown color: approx Spray. HEX triplet: 89, CC and DD. RGB value is (137,204,221). Sum of RGB (Red+Green+Blue) = 137+204+221=562 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.38% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #89CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCDD is #763322. Grayscale: #B9B9B9. Windows color (decimal): -7746339 or 14535817. OLE color: 14535817.

HSL color Cylindrical-coordinate representation of color #89CCDD: hue angle of 192.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89CCDD is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137204221-
CMYK0.380.0800.13
HSL192.14º55.26%70.2%-
HSV(B)192.14º38.01%86.67%-
XYZ44.9653.7276.41-
YUV185.9147.893.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.38%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=24.38%
G=36.30%
B=39.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372042210.380.0800.13192.1455.2670.2
Hex89CCDD2680Dc03746
Octal211314335461001530067106
Binary100010011100110011011101100110100001101110000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,204,221); }

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

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

 a { background-color: rgb(137,204,221); }

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

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

 span { border-color: rgb(137,204,221); }

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