Shades of Spray #7FC5DB
Tints of Spray #7FC5DB
RGB
CMYK
RGB Variations
Color information
#7FC5DB (or 0x7FC5DB) is known color: Spray. HEX triplet: 7F, C5 and DB. RGB value is (127,197,219). Sum of RGB (Red+Green+Blue) = 127+197+219=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FC5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC5DB is #803A24. Grayscale: #B2B2B2. Windows color (decimal): -8403493 or 14402943. OLE color: 14402943.
HSL color Cylindrical-coordinate representation of color #7FC5DB: hue angle of 194.35º 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 #7FC5DB is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 197 | 219 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.14 |
| HSL | 194.35º | 0.56% | 0.68% | - |
| HSV(B) | 194.35º | 0.42% | 0.86% | - |
| XYZ | 41.5 | 49.56 | 74.4 | - |
| YUV | 178.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 219 | 0.42 | 0.10 | 0 | 0.14 | 194.35 | 0.56 | 0.68 |
| Hex | 7F | C5 | DB | 2A | A | 0 | E | C2 | 38 | 44 |
| Octal | 177 | 305 | 333 | 52 | 12 | 0 | 16 | 302 | 70 | 104 |
| Binary | 1111111 | 11000101 | 11011011 | 101010 | 1010 | 0 | 1110 | 11000010 | 111000 | 1000100 |
Color Harmonies of #7FC5DB
Complementary color
Monochromatic Colors of #7FC5DB
Black with #7FC5DB
Text Example
Text Example
White with #7FC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC5DB; }
p { color: rgb(127,197,219); }
H1.HeaderClassName
{
color: #7FC5DB;
}
.AnyTagClassName
{
color: #7FC5DB;
}
</style>
background-color css
<style>
a { background-color: #7FC5DB; }
a { background-color: rgb(127,197,219); }
div.DivClassName
{
background-color: #7FC5DB;
}
.BgClassName
{
background-color: #7FC5DB;
}
</style>
border-color css
<style>
span { border-color: #7FC5DB; }
span { border-color: rgb(127,197,219); }
td.TdClassName
{
border-color: #7FC5DB;
}
.TagClassName
{
border-color: #7FC5DB;
}
</style>