Shades of Spray #7BCFD8
Tints of Spray #7BCFD8
RGB
CMYK
RGB Variations
Color information
#7BCFD8 (or 0x7BCFD8) is known color: Spray. HEX triplet: 7B, CF and D8. RGB value is (123,207,216). Sum of RGB (Red+Green+Blue) = 123+207+216=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #7BCFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFD8 is #843027. Grayscale: #B6B6B6. Windows color (decimal): -8663080 or 14208891. OLE color: 14208891.
HSL color Cylindrical-coordinate representation of color #7BCFD8: hue angle of 185.81º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BCFD8 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 207 | 216 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.15 |
| HSL | 185.81º | 0.54% | 0.66% | - |
| HSV(B) | 185.81º | 0.43% | 0.85% | - |
| XYZ | 42.88 | 53.79 | 73.09 | - |
| YUV | 182.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 216 | 0.43 | 0.04 | 0 | 0.15 | 185.81 | 0.54 | 0.66 |
| Hex | 7B | CF | D8 | 2B | 4 | 0 | F | BA | 36 | 42 |
| Octal | 173 | 317 | 330 | 53 | 4 | 0 | 17 | 272 | 66 | 102 |
| Binary | 1111011 | 11001111 | 11011000 | 101011 | 100 | 0 | 1111 | 10111010 | 110110 | 1000010 |
Color Harmonies of #7BCFD8
Complementary color
Monochromatic Colors of #7BCFD8
Black with #7BCFD8
Text Example
Text Example
White with #7BCFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFD8; }
p { color: rgb(123,207,216); }
H1.HeaderClassName
{
color: #7BCFD8;
}
.AnyTagClassName
{
color: #7BCFD8;
}
</style>
background-color css
<style>
a { background-color: #7BCFD8; }
a { background-color: rgb(123,207,216); }
div.DivClassName
{
background-color: #7BCFD8;
}
.BgClassName
{
background-color: #7BCFD8;
}
</style>
border-color css
<style>
span { border-color: #7BCFD8; }
span { border-color: rgb(123,207,216); }
td.TdClassName
{
border-color: #7BCFD8;
}
.TagClassName
{
border-color: #7BCFD8;
}
</style>