Shades of Spray #7FCBE0
Tints of Spray #7FCBE0
RGB
CMYK
RGB Variations
Color information
#7FCBE0 (or 0x7FCBE0) is known color: Spray. HEX triplet: 7F, CB and E0. RGB value is (127,203,224). Sum of RGB (Red+Green+Blue) = 127+203+224=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #7FCBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBE0 is #80341F. Grayscale: #B6B6B6. Windows color (decimal): -8401952 or 14732159. OLE color: 14732159.
HSL color Cylindrical-coordinate representation of color #7FCBE0: hue angle of 192.99º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FCBE0 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 203 | 224 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.12 |
| HSL | 192.99º | 0.61% | 0.69% | - |
| HSV(B) | 192.99º | 0.43% | 0.88% | - |
| XYZ | 43.56 | 52.61 | 78.38 | - |
| YUV | 182.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 224 | 0.43 | 0.09 | 0 | 0.12 | 192.99 | 0.61 | 0.69 |
| Hex | 7F | CB | E0 | 2B | 9 | 0 | C | C1 | 3D | 45 |
| Octal | 177 | 313 | 340 | 53 | 11 | 0 | 14 | 301 | 75 | 105 |
| Binary | 1111111 | 11001011 | 11100000 | 101011 | 1001 | 0 | 1100 | 11000001 | 111101 | 1000101 |
Color Harmonies of #7FCBE0
Complementary color
Monochromatic Colors of #7FCBE0
Black with #7FCBE0
Text Example
Text Example
White with #7FCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCBE0; }
p { color: rgb(127,203,224); }
H1.HeaderClassName
{
color: #7FCBE0;
}
.AnyTagClassName
{
color: #7FCBE0;
}
</style>
background-color css
<style>
a { background-color: #7FCBE0; }
a { background-color: rgb(127,203,224); }
div.DivClassName
{
background-color: #7FCBE0;
}
.BgClassName
{
background-color: #7FCBE0;
}
</style>
border-color css
<style>
span { border-color: #7FCBE0; }
span { border-color: rgb(127,203,224); }
td.TdClassName
{
border-color: #7FCBE0;
}
.TagClassName
{
border-color: #7FCBE0;
}
</style>