#73CCE6

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

Shades of Spray #73CCE6

Tints of Spray #73CCE6

Color information

#73CCE6 (or 0x73CCE6) is unknown color: approx Spray. HEX triplet: 73, CC and E6. RGB value is (115,204,230). Sum of RGB (Red+Green+Blue) = 115+204+230=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #73CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CCE6 is #8C3319. Grayscale: #B4B4B4. Windows color (decimal): -9188122 or 15125619. OLE color: 15125619.

HSL color Cylindrical-coordinate representation of color #73CCE6: hue angle of 193.57º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73CCE6 is Cyan = 0.5, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB115204230-
CMYK0.50.1100.10
HSL193.57º69.7%67.65%-
HSV(B)193.57º50%90.2%-
XYZ42.9552.5482.74-
YUV180.35156.0181.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.95%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 230 (90.23% from 255) = 41.89%
R=20.95%
G=37.16%
B=41.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152042300.50.1100.10193.5769.767.65
Hex73CCE632B0Ac24644
Octal1633143466213012302106104
Binary111001111001100111001101100101011010101100001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,204,230); }

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

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

 a { background-color: rgb(115,204,230); }

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

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

 span { border-color: rgb(115,204,230); }

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