Shades of Spray #7BCEDA
Tints of Spray #7BCEDA
RGB
CMYK
RGB Variations
Color information
#7BCEDA (or 0x7BCEDA) is known color: Spray. HEX triplet: 7B, CE and DA. RGB value is (123,206,218). Sum of RGB (Red+Green+Blue) = 123+206+218=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BCEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEDA is #843125. Grayscale: #B6B6B6. Windows color (decimal): -8663334 or 14339707. OLE color: 14339707.
HSL color Cylindrical-coordinate representation of color #7BCEDA: hue angle of 187.58º 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 #7BCEDA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 206 | 218 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.15 |
| HSL | 187.58º | 0.56% | 0.67% | - |
| HSV(B) | 187.58º | 0.44% | 0.85% | - |
| XYZ | 42.89 | 53.42 | 74.38 | - |
| YUV | 182.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 218 | 0.44 | 0.06 | 0 | 0.15 | 187.58 | 0.56 | 0.67 |
| Hex | 7B | CE | DA | 2C | 6 | 0 | F | BC | 38 | 43 |
| Octal | 173 | 316 | 332 | 54 | 6 | 0 | 17 | 274 | 70 | 103 |
| Binary | 1111011 | 11001110 | 11011010 | 101100 | 110 | 0 | 1111 | 10111100 | 111000 | 1000011 |
Color Harmonies of #7BCEDA
Complementary color
Monochromatic Colors of #7BCEDA
Black with #7BCEDA
Text Example
Text Example
White with #7BCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEDA; }
p { color: rgb(123,206,218); }
H1.HeaderClassName
{
color: #7BCEDA;
}
.AnyTagClassName
{
color: #7BCEDA;
}
</style>
background-color css
<style>
a { background-color: #7BCEDA; }
a { background-color: rgb(123,206,218); }
div.DivClassName
{
background-color: #7BCEDA;
}
.BgClassName
{
background-color: #7BCEDA;
}
</style>
border-color css
<style>
span { border-color: #7BCEDA; }
span { border-color: rgb(123,206,218); }
td.TdClassName
{
border-color: #7BCEDA;
}
.TagClassName
{
border-color: #7BCEDA;
}
</style>