Shades of Spray #7FCBD0
Tints of Spray #7FCBD0
RGB
CMYK
RGB Variations
Color information
#7FCBD0 (or 0x7FCBD0) is known color: Spray. HEX triplet: 7F, CB and D0. RGB value is (127,203,208). Sum of RGB (Red+Green+Blue) = 127+203+208=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #7FCBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBD0 is #80342F. Grayscale: #B4B4B4. Windows color (decimal): -8401968 or 13683583. OLE color: 13683583.
HSL color Cylindrical-coordinate representation of color #7FCBD0: hue angle of 183.7º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCBD0 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 203 | 208 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.18 |
| HSL | 183.7º | 0.46% | 0.66% | - |
| HSV(B) | 183.7º | 0.39% | 0.82% | - |
| XYZ | 41.49 | 51.78 | 67.48 | - |
| YUV | 180.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 208 | 0.39 | 0.02 | 0 | 0.18 | 183.7 | 0.46 | 0.66 |
| Hex | 7F | CB | D0 | 27 | 2 | 0 | 12 | B8 | 2E | 42 |
| Octal | 177 | 313 | 320 | 47 | 2 | 0 | 22 | 270 | 56 | 102 |
| Binary | 1111111 | 11001011 | 11010000 | 100111 | 10 | 0 | 10010 | 10111000 | 101110 | 1000010 |
Color Harmonies of #7FCBD0
Complementary color
Monochromatic Colors of #7FCBD0
Black with #7FCBD0
Text Example
Text Example
White with #7FCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCBD0; }
p { color: rgb(127,203,208); }
H1.HeaderClassName
{
color: #7FCBD0;
}
.AnyTagClassName
{
color: #7FCBD0;
}
</style>
background-color css
<style>
a { background-color: #7FCBD0; }
a { background-color: rgb(127,203,208); }
div.DivClassName
{
background-color: #7FCBD0;
}
.BgClassName
{
background-color: #7FCBD0;
}
</style>
border-color css
<style>
span { border-color: #7FCBD0; }
span { border-color: rgb(127,203,208); }
td.TdClassName
{
border-color: #7FCBD0;
}
.TagClassName
{
border-color: #7FCBD0;
}
</style>