Shades of Spray #73CCE5
Tints of Spray #73CCE5
RGB
CMYK
RGB Variations
Color information
#73CCE5 (or 0x73CCE5) is known color: Spray. HEX triplet: 73, CC and E5. RGB value is (115,204,229). Sum of RGB (Red+Green+Blue) = 115+204+229=548 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.99% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #73CCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCE5 is #8C331A. Grayscale: #B4B4B4. Windows color (decimal): -9188123 or 15060083. OLE color: 15060083.
HSL color Cylindrical-coordinate representation of color #73CCE5: hue angle of 193.16º 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 #73CCE5 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 204 | 229 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.10 |
| HSL | 193.16º | 0.69% | 0.67% | - |
| HSV(B) | 193.16º | 0.5% | 0.9% | - |
| XYZ | 42.81 | 52.49 | 82 | - |
| YUV | 180.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 229 | 0.50 | 0.11 | 0 | 0.10 | 193.16 | 0.69 | 0.67 |
| Hex | 73 | CC | E5 | 32 | B | 0 | A | C1 | 45 | 43 |
| Octal | 163 | 314 | 345 | 62 | 13 | 0 | 12 | 301 | 105 | 103 |
| Binary | 1110011 | 11001100 | 11100101 | 110010 | 1011 | 0 | 1010 | 11000001 | 1000101 | 1000011 |
Color Harmonies of #73CCE5
Complementary color
Monochromatic Colors of #73CCE5
Black with #73CCE5
Text Example
Text Example
White with #73CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CCE5; }
p { color: rgb(115,204,229); }
H1.HeaderClassName
{
color: #73CCE5;
}
.AnyTagClassName
{
color: #73CCE5;
}
</style>
background-color css
<style>
a { background-color: #73CCE5; }
a { background-color: rgb(115,204,229); }
div.DivClassName
{
background-color: #73CCE5;
}
.BgClassName
{
background-color: #73CCE5;
}
</style>
border-color css
<style>
span { border-color: #73CCE5; }
span { border-color: rgb(115,204,229); }
td.TdClassName
{
border-color: #73CCE5;
}
.TagClassName
{
border-color: #73CCE5;
}
</style>