Shades of Spray #7FCCDB
Tints of Spray #7FCCDB
RGB
CMYK
RGB Variations
Color information
#7FCCDB (or 0x7FCCDB) is known color: Spray. HEX triplet: 7F, CC and DB. RGB value is (127,204,219). Sum of RGB (Red+Green+Blue) = 127+204+219=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCDB is #803324. Grayscale: #B6B6B6. Windows color (decimal): -8401701 or 14404735. OLE color: 14404735.
HSL color Cylindrical-coordinate representation of color #7FCCDB: hue angle of 189.78º 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 #7FCCDB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 204 | 219 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.14 |
| HSL | 189.78º | 0.56% | 0.68% | - |
| HSV(B) | 189.78º | 0.42% | 0.86% | - |
| XYZ | 43.13 | 52.81 | 74.94 | - |
| YUV | 182.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 219 | 0.42 | 0.07 | 0 | 0.14 | 189.78 | 0.56 | 0.68 |
| Hex | 7F | CC | DB | 2A | 7 | 0 | E | BE | 38 | 44 |
| Octal | 177 | 314 | 333 | 52 | 7 | 0 | 16 | 276 | 70 | 104 |
| Binary | 1111111 | 11001100 | 11011011 | 101010 | 111 | 0 | 1110 | 10111110 | 111000 | 1000100 |
Color Harmonies of #7FCCDB
Complementary color
Monochromatic Colors of #7FCCDB
Black with #7FCCDB
Text Example
Text Example
White with #7FCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCDB; }
p { color: rgb(127,204,219); }
H1.HeaderClassName
{
color: #7FCCDB;
}
.AnyTagClassName
{
color: #7FCCDB;
}
</style>
background-color css
<style>
a { background-color: #7FCCDB; }
a { background-color: rgb(127,204,219); }
div.DivClassName
{
background-color: #7FCCDB;
}
.BgClassName
{
background-color: #7FCCDB;
}
</style>
border-color css
<style>
span { border-color: #7FCCDB; }
span { border-color: rgb(127,204,219); }
td.TdClassName
{
border-color: #7FCCDB;
}
.TagClassName
{
border-color: #7FCCDB;
}
</style>