Shades of Spray #7BCFE1
Tints of Spray #7BCFE1
RGB
CMYK
RGB Variations
Color information
#7BCFE1 (or 0x7BCFE1) is known color: Spray. HEX triplet: 7B, CF and E1. RGB value is (123,207,225). Sum of RGB (Red+Green+Blue) = 123+207+225=555 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.16% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #7BCFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFE1 is #84301E. Grayscale: #B7B7B7. Windows color (decimal): -8663071 or 14798715. OLE color: 14798715.
HSL color Cylindrical-coordinate representation of color #7BCFE1: hue angle of 190.59º degrees, saturation: 0.63, 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 #7BCFE1 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 207 | 225 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.12 |
| HSL | 190.59º | 0.63% | 0.68% | - |
| HSV(B) | 190.59º | 0.45% | 0.88% | - |
| XYZ | 44.07 | 54.27 | 79.39 | - |
| YUV | 183.94 | 151.17 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 225 | 0.45 | 0.08 | 0 | 0.12 | 190.59 | 0.63 | 0.68 |
| Hex | 7B | CF | E1 | 2D | 8 | 0 | C | BF | 3F | 44 |
| Octal | 173 | 317 | 341 | 55 | 10 | 0 | 14 | 277 | 77 | 104 |
| Binary | 1111011 | 11001111 | 11100001 | 101101 | 1000 | 0 | 1100 | 10111111 | 111111 | 1000100 |
Color Harmonies of #7BCFE1
Complementary color
Monochromatic Colors of #7BCFE1
Black with #7BCFE1
Text Example
Text Example
White with #7BCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFE1; }
p { color: rgb(123,207,225); }
H1.HeaderClassName
{
color: #7BCFE1;
}
.AnyTagClassName
{
color: #7BCFE1;
}
</style>
background-color css
<style>
a { background-color: #7BCFE1; }
a { background-color: rgb(123,207,225); }
div.DivClassName
{
background-color: #7BCFE1;
}
.BgClassName
{
background-color: #7BCFE1;
}
</style>
border-color css
<style>
span { border-color: #7BCFE1; }
span { border-color: rgb(123,207,225); }
td.TdClassName
{
border-color: #7BCFE1;
}
.TagClassName
{
border-color: #7BCFE1;
}
</style>