Shades of Spray #7BCCE0
Tints of Spray #7BCCE0
RGB
CMYK
RGB Variations
Color information
#7BCCE0 (or 0x7BCCE0) is known color: Spray. HEX triplet: 7B, CC and E0. RGB value is (123,204,224). Sum of RGB (Red+Green+Blue) = 123+204+224=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #7BCCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCE0 is #84331F. Grayscale: #B5B5B5. Windows color (decimal): -8663840 or 14732411. OLE color: 14732411.
HSL color Cylindrical-coordinate representation of color #7BCCE0: hue angle of 191.88º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BCCE0 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 204 | 224 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.12 |
| HSL | 191.88º | 0.62% | 0.68% | - |
| HSV(B) | 191.88º | 0.45% | 0.88% | - |
| XYZ | 43.22 | 52.78 | 78.43 | - |
| YUV | 182.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 224 | 0.45 | 0.09 | 0 | 0.12 | 191.88 | 0.62 | 0.68 |
| Hex | 7B | CC | E0 | 2D | 9 | 0 | C | C0 | 3E | 44 |
| Octal | 173 | 314 | 340 | 55 | 11 | 0 | 14 | 300 | 76 | 104 |
| Binary | 1111011 | 11001100 | 11100000 | 101101 | 1001 | 0 | 1100 | 11000000 | 111110 | 1000100 |
Color Harmonies of #7BCCE0
Complementary color
Monochromatic Colors of #7BCCE0
Black with #7BCCE0
Text Example
Text Example
White with #7BCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCE0; }
p { color: rgb(123,204,224); }
H1.HeaderClassName
{
color: #7BCCE0;
}
.AnyTagClassName
{
color: #7BCCE0;
}
</style>
background-color css
<style>
a { background-color: #7BCCE0; }
a { background-color: rgb(123,204,224); }
div.DivClassName
{
background-color: #7BCCE0;
}
.BgClassName
{
background-color: #7BCCE0;
}
</style>
border-color css
<style>
span { border-color: #7BCCE0; }
span { border-color: rgb(123,204,224); }
td.TdClassName
{
border-color: #7BCCE0;
}
.TagClassName
{
border-color: #7BCCE0;
}
</style>