Shades of Spray #7FCDD8
Tints of Spray #7FCDD8
RGB
CMYK
RGB Variations
Color information
#7FCDD8 (or 0x7FCDD8) is known color: Spray. HEX triplet: 7F, CD and D8. RGB value is (127,205,216). Sum of RGB (Red+Green+Blue) = 127+205+216=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #7FCDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDD8 is #803227. Grayscale: #B6B6B6. Windows color (decimal): -8401448 or 14208383. OLE color: 14208383.
HSL color Cylindrical-coordinate representation of color #7FCDD8: hue angle of 187.42º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FCDD8 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 205 | 216 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.15 |
| HSL | 187.42º | 0.53% | 0.67% | - |
| HSV(B) | 187.42º | 0.41% | 0.85% | - |
| XYZ | 42.98 | 53.13 | 72.96 | - |
| YUV | 182.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 216 | 0.41 | 0.05 | 0 | 0.15 | 187.42 | 0.53 | 0.67 |
| Hex | 7F | CD | D8 | 29 | 5 | 0 | F | BB | 35 | 43 |
| Octal | 177 | 315 | 330 | 51 | 5 | 0 | 17 | 273 | 65 | 103 |
| Binary | 1111111 | 11001101 | 11011000 | 101001 | 101 | 0 | 1111 | 10111011 | 110101 | 1000011 |
Color Harmonies of #7FCDD8
Complementary color
Monochromatic Colors of #7FCDD8
Black with #7FCDD8
Text Example
Text Example
White with #7FCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDD8; }
p { color: rgb(127,205,216); }
H1.HeaderClassName
{
color: #7FCDD8;
}
.AnyTagClassName
{
color: #7FCDD8;
}
</style>
background-color css
<style>
a { background-color: #7FCDD8; }
a { background-color: rgb(127,205,216); }
div.DivClassName
{
background-color: #7FCDD8;
}
.BgClassName
{
background-color: #7FCDD8;
}
</style>
border-color css
<style>
span { border-color: #7FCDD8; }
span { border-color: rgb(127,205,216); }
td.TdClassName
{
border-color: #7FCDD8;
}
.TagClassName
{
border-color: #7FCDD8;
}
</style>