#73c8d0

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

Shades of Spray #73C8D0

Tints of Spray #73C8D0

Color information

#73C8D0 (or 0x73C8D0) is unknown color: approx Spray. HEX triplet: 73, C8 and D0. RGB value is (115,200,208). Sum of RGB (Red+Green+Blue) = 115+200+208=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #73C8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C8D0 is #8C372F. Grayscale: #AFAFAF. Windows color (decimal): -9189168 or 13682803. OLE color: 13682803.

HSL color Cylindrical-coordinate representation of color #73C8D0: hue angle of 185.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73C8D0 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115200208-
CMYK0.450.0400.18
HSL185.16º49.73%63.33%-
HSV(B)185.16º44.71%81.57%-
XYZ39.1149.5167.17-
YUV175.5146.3484.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.99%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=21.99%
G=38.24%
B=39.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152002080.450.0400.18185.1649.7363.33
Hex73C8D02D4012b9323f
Octal1633103205540222716277
Binary1110011110010001101000010110110001001010111001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73c8d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,200,208); }

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

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

 a { background-color: rgb(115,200,208); }

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

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

 span { border-color: rgb(115,200,208); }

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