Shades of Spray #7FCBDB
Tints of Spray #7FCBDB
RGB
CMYK
RGB Variations
Color information
#7FCBDB (or 0x7FCBDB) is known color: Spray. HEX triplet: 7F, CB and DB. RGB value is (127,203,219). Sum of RGB (Red+Green+Blue) = 127+203+219=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBDB is #803424. Grayscale: #B5B5B5. Windows color (decimal): -8401957 or 14404479. OLE color: 14404479.
HSL color Cylindrical-coordinate representation of color #7FCBDB: hue angle of 190.43º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCBDB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 203 | 219 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.14 |
| HSL | 190.43º | 0.56% | 0.68% | - |
| HSV(B) | 190.43º | 0.42% | 0.86% | - |
| XYZ | 42.89 | 52.34 | 74.86 | - |
| YUV | 182.1 | 148.82 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 219 | 0.42 | 0.07 | 0 | 0.14 | 190.43 | 0.56 | 0.68 |
| Hex | 7F | CB | DB | 2A | 7 | 0 | E | BE | 38 | 44 |
| Octal | 177 | 313 | 333 | 52 | 7 | 0 | 16 | 276 | 70 | 104 |
| Binary | 1111111 | 11001011 | 11011011 | 101010 | 111 | 0 | 1110 | 10111110 | 111000 | 1000100 |
Color Harmonies of #7FCBDB
Complementary color
Monochromatic Colors of #7FCBDB
Black with #7FCBDB
Text Example
Text Example
White with #7FCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCBDB; }
p { color: rgb(127,203,219); }
H1.HeaderClassName
{
color: #7FCBDB;
}
.AnyTagClassName
{
color: #7FCBDB;
}
</style>
background-color css
<style>
a { background-color: #7FCBDB; }
a { background-color: rgb(127,203,219); }
div.DivClassName
{
background-color: #7FCBDB;
}
.BgClassName
{
background-color: #7FCBDB;
}
</style>
border-color css
<style>
span { border-color: #7FCBDB; }
span { border-color: rgb(127,203,219); }
td.TdClassName
{
border-color: #7FCBDB;
}
.TagClassName
{
border-color: #7FCBDB;
}
</style>