Shades of Spray #7CCBDB
Tints of Spray #7CCBDB
RGB
CMYK
RGB Variations
Color information
#7CCBDB (or 0x7CCBDB) is known color: Spray. HEX triplet: 7C, CB and DB. RGB value is (124,203,219). Sum of RGB (Red+Green+Blue) = 124+203+219=546 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.71% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBDB is #833424. Grayscale: #B5B5B5. Windows color (decimal): -8598565 or 14404476. OLE color: 14404476.
HSL color Cylindrical-coordinate representation of color #7CCBDB: hue angle of 190.11º 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 #7CCBDB is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 203 | 219 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.14 |
| HSL | 190.11º | 0.57% | 0.67% | - |
| HSV(B) | 190.11º | 0.43% | 0.86% | - |
| XYZ | 42.45 | 52.11 | 74.84 | - |
| YUV | 181.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 219 | 0.43 | 0.07 | 0 | 0.14 | 190.11 | 0.57 | 0.67 |
| Hex | 7C | CB | DB | 2B | 7 | 0 | E | BE | 39 | 43 |
| Octal | 174 | 313 | 333 | 53 | 7 | 0 | 16 | 276 | 71 | 103 |
| Binary | 1111100 | 11001011 | 11011011 | 101011 | 111 | 0 | 1110 | 10111110 | 111001 | 1000011 |
Color Harmonies of #7CCBDB
Complementary color
Monochromatic Colors of #7CCBDB
Black with #7CCBDB
Text Example
Text Example
White with #7CCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCBDB; }
p { color: rgb(124,203,219); }
H1.HeaderClassName
{
color: #7CCBDB;
}
.AnyTagClassName
{
color: #7CCBDB;
}
</style>
background-color css
<style>
a { background-color: #7CCBDB; }
a { background-color: rgb(124,203,219); }
div.DivClassName
{
background-color: #7CCBDB;
}
.BgClassName
{
background-color: #7CCBDB;
}
</style>
border-color css
<style>
span { border-color: #7CCBDB; }
span { border-color: rgb(124,203,219); }
td.TdClassName
{
border-color: #7CCBDB;
}
.TagClassName
{
border-color: #7CCBDB;
}
</style>