Shades of Spray #73CBE5
Tints of Spray #73CBE5
RGB
CMYK
RGB Variations
Color information
#73CBE5 (or 0x73CBE5) is known color: Spray. HEX triplet: 73, CB and E5. RGB value is (115,203,229). Sum of RGB (Red+Green+Blue) = 115+203+229=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #73CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBE5 is #8C341A. Grayscale: #B3B3B3. Windows color (decimal): -9188379 or 15059827. OLE color: 15059827.
HSL color Cylindrical-coordinate representation of color #73CBE5: hue angle of 193.68º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73CBE5 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 203 | 229 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.10 |
| HSL | 193.68º | 0.69% | 0.67% | - |
| HSV(B) | 193.68º | 0.5% | 0.9% | - |
| XYZ | 42.57 | 52.01 | 81.92 | - |
| YUV | 179.65 | 155.85 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 229 | 0.50 | 0.11 | 0 | 0.10 | 193.68 | 0.69 | 0.67 |
| Hex | 73 | CB | E5 | 32 | B | 0 | A | C2 | 45 | 43 |
| Octal | 163 | 313 | 345 | 62 | 13 | 0 | 12 | 302 | 105 | 103 |
| Binary | 1110011 | 11001011 | 11100101 | 110010 | 1011 | 0 | 1010 | 11000010 | 1000101 | 1000011 |
Color Harmonies of #73CBE5
Complementary color
Monochromatic Colors of #73CBE5
Black with #73CBE5
Text Example
Text Example
White with #73CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBE5; }
p { color: rgb(115,203,229); }
H1.HeaderClassName
{
color: #73CBE5;
}
.AnyTagClassName
{
color: #73CBE5;
}
</style>
background-color css
<style>
a { background-color: #73CBE5; }
a { background-color: rgb(115,203,229); }
div.DivClassName
{
background-color: #73CBE5;
}
.BgClassName
{
background-color: #73CBE5;
}
</style>
border-color css
<style>
span { border-color: #73CBE5; }
span { border-color: rgb(115,203,229); }
td.TdClassName
{
border-color: #73CBE5;
}
.TagClassName
{
border-color: #73CBE5;
}
</style>