#73C5DF

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

Shades of Spray #73C5DF

Tints of Spray #73C5DF

Color information

#73C5DF (or 0x73C5DF) is unknown color: approx Spray. HEX triplet: 73, C5 and DF. RGB value is (115,197,223). Sum of RGB (Red+Green+Blue) = 115+197+223=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #73C5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C5DF is #8C3A20. Grayscale: #AFAFAF. Windows color (decimal): -9189921 or 14665075. OLE color: 14665075.

HSL color Cylindrical-coordinate representation of color #73C5DF: hue angle of 194.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73C5DF is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115197223-
CMYK0.480.1200.13
HSL194.44º62.79%66.27%-
HSV(B)194.44º48.43%87.45%-
XYZ40.3648.9177.12-
YUV175.45154.8384.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.50%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=21.50%
G=36.82%
B=41.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151972230.480.1200.13194.4462.7966.27
Hex73C5DF30C0Dc23f42
Octal163305337601401530277102
Binary11100111100010111011111110000110001101110000101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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