#89CDDD

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

Shades of Spray #89CDDD

Tints of Spray #89CDDD

Color information

#89CDDD (or 0x89CDDD) is unknown color: approx Spray. HEX triplet: 89, CD and DD. RGB value is (137,205,221). Sum of RGB (Red+Green+Blue) = 137+205+221=563 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.33% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #89CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDDD is #763222. Grayscale: #BABABA. Windows color (decimal): -7746083 or 14536073. OLE color: 14536073.

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

Color convert

RGB137205221-
CMYK0.380.0700.13
HSL191.43º55.26%70.2%-
HSV(B)191.43º38.01%86.67%-
XYZ45.254.276.49-
YUV186.49147.4792.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.33%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=24.33%
G=36.41%
B=39.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372052210.380.0700.13191.4355.2670.2
Hex89CDDD2670Dbf3746
Octal21131533546701527767106
Binary10001001110011011101110110011011101101101111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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