#73CEE6

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

Shades of Spray #73CEE6

Tints of Spray #73CEE6

Color information

#73CEE6 (or 0x73CEE6) is unknown color: approx Spray. HEX triplet: 73, CE and E6. RGB value is (115,206,230). Sum of RGB (Red+Green+Blue) = 115+206+230=551 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.87% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #73CEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CEE6 is #8C3119. Grayscale: #B5B5B5. Windows color (decimal): -9187610 or 15126131. OLE color: 15126131.

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

Color convert

RGB115206230-
CMYK0.50.1000.10
HSL192.52º69.7%67.65%-
HSV(B)192.52º50%90.2%-
XYZ43.4253.582.9-
YUV181.53155.3580.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.87%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 230 (90.23% from 255) = 41.74%
R=20.87%
G=37.39%
B=41.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152062300.50.1000.10192.5269.767.65
Hex73CEE632A0Ac14644
Octal1633163466212012301106104
Binary111001111001110111001101100101010010101100000110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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