#89CFDE

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

Shades of Spray #89CFDE

Tints of Spray #89CFDE

Color information

#89CFDE (or 0x89CFDE) is unknown color: approx Spray. HEX triplet: 89, CF and DE. RGB value is (137,207,222). Sum of RGB (Red+Green+Blue) = 137+207+222=566 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.20% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #89CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFDE is #763021. Grayscale: #BBBBBB. Windows color (decimal): -7745570 or 14602121. OLE color: 14602121.

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

Color convert

RGB137207222-
CMYK0.380.0700.13
HSL190.59º56.29%70.39%-
HSV(B)190.59º38.29%87.06%-
XYZ45.8155.2277.35-
YUV187.78147.3191.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.20%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=24.20%
G=36.57%
B=39.22%

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
Decimal1372072220.380.0700.13190.5956.2970.39
Hex89CFDE2670Dbf3846
Octal21131733646701527770106
Binary10001001110011111101111010011011101101101111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,207,222); }

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

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

 a { background-color: rgb(137,207,222); }

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

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

 span { border-color: rgb(137,207,222); }

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