Shades of Spray #7BCFDA
Tints of Spray #7BCFDA
RGB
CMYK
RGB Variations
Color information
#7BCFDA (or 0x7BCFDA) is known color: Spray. HEX triplet: 7B, CF and DA. RGB value is (123,207,218). Sum of RGB (Red+Green+Blue) = 123+207+218=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BCFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFDA is #843025. Grayscale: #B7B7B7. Windows color (decimal): -8663078 or 14339963. OLE color: 14339963.
HSL color Cylindrical-coordinate representation of color #7BCFDA: hue angle of 186.95º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BCFDA is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 207 | 218 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.15 |
| HSL | 186.95º | 0.56% | 0.67% | - |
| HSV(B) | 186.95º | 0.44% | 0.85% | - |
| XYZ | 43.14 | 53.9 | 74.46 | - |
| YUV | 183.14 | 147.67 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 218 | 0.44 | 0.05 | 0 | 0.15 | 186.95 | 0.56 | 0.67 |
| Hex | 7B | CF | DA | 2C | 5 | 0 | F | BB | 38 | 43 |
| Octal | 173 | 317 | 332 | 54 | 5 | 0 | 17 | 273 | 70 | 103 |
| Binary | 1111011 | 11001111 | 11011010 | 101100 | 101 | 0 | 1111 | 10111011 | 111000 | 1000011 |
Color Harmonies of #7BCFDA
Complementary color
Monochromatic Colors of #7BCFDA
Black with #7BCFDA
Text Example
Text Example
White with #7BCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFDA; }
p { color: rgb(123,207,218); }
H1.HeaderClassName
{
color: #7BCFDA;
}
.AnyTagClassName
{
color: #7BCFDA;
}
</style>
background-color css
<style>
a { background-color: #7BCFDA; }
a { background-color: rgb(123,207,218); }
div.DivClassName
{
background-color: #7BCFDA;
}
.BgClassName
{
background-color: #7BCFDA;
}
</style>
border-color css
<style>
span { border-color: #7BCFDA; }
span { border-color: rgb(123,207,218); }
td.TdClassName
{
border-color: #7BCFDA;
}
.TagClassName
{
border-color: #7BCFDA;
}
</style>