#73CCE2

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

Shades of Spray #73CCE2

Tints of Spray #73CCE2

Color information

#73CCE2 (or 0x73CCE2) is unknown color: approx Spray. HEX triplet: 73, CC and E2. RGB value is (115,204,226). Sum of RGB (Red+Green+Blue) = 115+204+226=545 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.10% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #73CCE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCE2 is #8C331D. Grayscale: #B3B3B3. Windows color (decimal): -9188126 or 14863475. OLE color: 14863475.

HSL color Cylindrical-coordinate representation of color #73CCE2: hue angle of 191.89º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73CCE2 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB115204226-
CMYK0.490.1000.11
HSL191.89º65.68%66.86%-
HSV(B)191.89º49.12%88.63%-
XYZ42.3952.3279.82-
YUV179.9154.0181.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.10%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 226 (88.67% from 255) = 41.47%
R=21.10%
G=37.43%
B=41.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1152042260.490.1000.11191.8965.6866.86
Hex73CCE231A0Bc04243
Octal1633143426112013300102103
Binary111001111001100111000101100011010010111100000010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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