Shades of Spray #73CEE6
Tints of Spray #73CEE6
RGB
CMYK
RGB Variations
Color information
#73CEE6 (or 0x73CEE6) is known color: 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
| RGB | 115 | 206 | 230 | - |
| CMYK | 0.5 | 0.10 | 0 | 0.10 |
| HSL | 192.52º | 0.7% | 0.68% | - |
| HSV(B) | 192.52º | 0.5% | 0.9% | - |
| XYZ | 43.42 | 53.5 | 82.9 | - |
| YUV | 181.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 230 | 0.5 | 0.10 | 0 | 0.10 | 192.52 | 0.7 | 0.68 |
| Hex | 73 | CE | E6 | 32 | A | 0 | A | C1 | 46 | 44 |
| Octal | 163 | 316 | 346 | 62 | 12 | 0 | 12 | 301 | 106 | 104 |
| Binary | 1110011 | 11001110 | 11100110 | 110010 | 1010 | 0 | 1010 | 11000001 | 1000110 | 1000100 |
Color Harmonies of #73CEE6
Complementary color
Monochromatic Colors of #73CEE6
Black with #73CEE6
Text Example
Text Example
White with #73CEE6
Text Example
Text Example
HTML Codes & Css Web 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>