#73C5CE

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

Shades of Spray #73C5CE

Tints of Spray #73C5CE

Color information

#73C5CE (or 0x73C5CE) is unknown color: approx Spray. HEX triplet: 73, C5 and CE. RGB value is (115,197,206). Sum of RGB (Red+Green+Blue) = 115+197+206=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #73C5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C5CE is #8C3A31. Grayscale: #ADADAD. Windows color (decimal): -9189938 or 13550963. OLE color: 13550963.

HSL color Cylindrical-coordinate representation of color #73C5CE: hue angle of 185.93º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73C5CE is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB115197206-
CMYK0.440.0400.19
HSL185.93º48.15%62.94%-
HSV(B)185.93º44.17%80.78%-
XYZ38.1848.0365.65-
YUV173.51146.3386.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.20%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=22.20%
G=38.03%
B=39.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151972060.440.0400.19185.9348.1562.94
Hex73C5CE2C4013ba303f
Octal1633053165440232726077
Binary1110011110001011100111010110010001001110111010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73C5CE; }

 p { color: rgb(115,197,206); }

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

<style>
 a { background-color: #73C5CE; }

 a { background-color: rgb(115,197,206); }

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

<style>
 span { border-color: #73C5CE; }

 span { border-color: rgb(115,197,206); }

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