Shades of Spray #7CCADB
Tints of Spray #7CCADB
RGB
CMYK
RGB Variations
Color information
#7CCADB (or 0x7CCADB) is known color: Spray. HEX triplet: 7C, CA and DB. RGB value is (124,202,219). Sum of RGB (Red+Green+Blue) = 124+202+219=545 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.75% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCADB is #833524. Grayscale: #B4B4B4. Windows color (decimal): -8598821 or 14404220. OLE color: 14404220.
HSL color Cylindrical-coordinate representation of color #7CCADB: hue angle of 190.74º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CCADB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 202 | 219 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.14 |
| HSL | 190.74º | 0.57% | 0.67% | - |
| HSV(B) | 190.74º | 0.43% | 0.86% | - |
| XYZ | 42.22 | 51.64 | 74.76 | - |
| YUV | 180.62 | 149.66 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 219 | 0.43 | 0.08 | 0 | 0.14 | 190.74 | 0.57 | 0.67 |
| Hex | 7C | CA | DB | 2B | 8 | 0 | E | BF | 39 | 43 |
| Octal | 174 | 312 | 333 | 53 | 10 | 0 | 16 | 277 | 71 | 103 |
| Binary | 1111100 | 11001010 | 11011011 | 101011 | 1000 | 0 | 1110 | 10111111 | 111001 | 1000011 |
Color Harmonies of #7CCADB
Complementary color
Monochromatic Colors of #7CCADB
Black with #7CCADB
Text Example
Text Example
White with #7CCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCADB; }
p { color: rgb(124,202,219); }
H1.HeaderClassName
{
color: #7CCADB;
}
.AnyTagClassName
{
color: #7CCADB;
}
</style>
background-color css
<style>
a { background-color: #7CCADB; }
a { background-color: rgb(124,202,219); }
div.DivClassName
{
background-color: #7CCADB;
}
.BgClassName
{
background-color: #7CCADB;
}
</style>
border-color css
<style>
span { border-color: #7CCADB; }
span { border-color: rgb(124,202,219); }
td.TdClassName
{
border-color: #7CCADB;
}
.TagClassName
{
border-color: #7CCADB;
}
</style>