#73C3DF

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

Shades of Spray #73C3DF

Tints of Spray #73C3DF

Color information

#73C3DF (or 0x73C3DF) is unknown color: approx Spray. HEX triplet: 73, C3 and DF. RGB value is (115,195,223). Sum of RGB (Red+Green+Blue) = 115+195+223=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #73C3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C3DF is #8C3C20. Grayscale: #AEAEAE. Windows color (decimal): -9190433 or 14664563. OLE color: 14664563.

HSL color Cylindrical-coordinate representation of color #73C3DF: hue angle of 195.56º 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 #73C3DF is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115195223-
CMYK0.480.1300.13
HSL195.56º62.79%66.27%-
HSV(B)195.56º48.43%87.45%-
XYZ39.94876.97-
YUV174.27155.585.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.58%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=21.58%
G=36.59%
B=41.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151952230.480.1300.13195.5662.7966.27
Hex73C3DF30D0Dc43f42
Octal163303337601501530477102
Binary11100111100001111011111110000110101101110001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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