Shades of Spray #7FCADB
Tints of Spray #7FCADB
RGB
CMYK
RGB Variations
Color information
#7FCADB (or 0x7FCADB) is known color: Spray. HEX triplet: 7F, CA and DB. RGB value is (127,202,219). Sum of RGB (Red+Green+Blue) = 127+202+219=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCADB is #803524. Grayscale: #B5B5B5. Windows color (decimal): -8402213 or 14404223. OLE color: 14404223.
HSL color Cylindrical-coordinate representation of color #7FCADB: hue angle of 191.09º 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 #7FCADB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 202 | 219 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.14 |
| HSL | 191.09º | 0.56% | 0.68% | - |
| HSV(B) | 191.09º | 0.42% | 0.86% | - |
| XYZ | 42.66 | 51.87 | 74.78 | - |
| YUV | 181.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 219 | 0.42 | 0.08 | 0 | 0.14 | 191.09 | 0.56 | 0.68 |
| Hex | 7F | CA | DB | 2A | 8 | 0 | E | BF | 38 | 44 |
| Octal | 177 | 312 | 333 | 52 | 10 | 0 | 16 | 277 | 70 | 104 |
| Binary | 1111111 | 11001010 | 11011011 | 101010 | 1000 | 0 | 1110 | 10111111 | 111000 | 1000100 |
Color Harmonies of #7FCADB
Complementary color
Monochromatic Colors of #7FCADB
Black with #7FCADB
Text Example
Text Example
White with #7FCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCADB; }
p { color: rgb(127,202,219); }
H1.HeaderClassName
{
color: #7FCADB;
}
.AnyTagClassName
{
color: #7FCADB;
}
</style>
background-color css
<style>
a { background-color: #7FCADB; }
a { background-color: rgb(127,202,219); }
div.DivClassName
{
background-color: #7FCADB;
}
.BgClassName
{
background-color: #7FCADB;
}
</style>
border-color css
<style>
span { border-color: #7FCADB; }
span { border-color: rgb(127,202,219); }
td.TdClassName
{
border-color: #7FCADB;
}
.TagClassName
{
border-color: #7FCADB;
}
</style>