#89CFD5

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

Shades of Spray #89CFD5

Tints of Spray #89CFD5

Color information

#89CFD5 (or 0x89CFD5) is unknown color: approx Spray. HEX triplet: 89, CF and D5. RGB value is (137,207,213). Sum of RGB (Red+Green+Blue) = 137+207+213=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #89CFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFD5 is #76302A. Grayscale: #BABABA. Windows color (decimal): -7745579 or 14012297. OLE color: 14012297.

HSL color Cylindrical-coordinate representation of color #89CFD5: hue angle of 184.74º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89CFD5 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137207213-
CMYK0.360.0300.16
HSL184.74º47.5%68.63%-
HSV(B)184.74º35.68%83.53%-
XYZ44.6454.7571.17-
YUV186.75142.8192.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.60%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=24.60%
G=37.16%
B=38.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1372072130.360.0300.16184.7447.568.63
Hex89CFD5243010b92f45
Octal21131732544302027157105
Binary10001001110011111101010110010011010000101110011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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