Shades of Spray #7BCDDF
Tints of Spray #7BCDDF
RGB
CMYK
RGB Variations
Color information
#7BCDDF (or 0x7BCDDF) is known color: Spray. HEX triplet: 7B, CD and DF. RGB value is (123,205,223). Sum of RGB (Red+Green+Blue) = 123+205+223=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BCDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDDF is #843220. Grayscale: #B6B6B6. Windows color (decimal): -8663585 or 14667131. OLE color: 14667131.
HSL color Cylindrical-coordinate representation of color #7BCDDF: hue angle of 190.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BCDDF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 205 | 223 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.13 |
| HSL | 190.8º | 0.61% | 0.68% | - |
| HSV(B) | 190.8º | 0.45% | 0.87% | - |
| XYZ | 43.32 | 53.2 | 77.8 | - |
| YUV | 182.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 223 | 0.45 | 0.08 | 0 | 0.13 | 190.8 | 0.61 | 0.68 |
| Hex | 7B | CD | DF | 2D | 8 | 0 | D | BF | 3D | 44 |
| Octal | 173 | 315 | 337 | 55 | 10 | 0 | 15 | 277 | 75 | 104 |
| Binary | 1111011 | 11001101 | 11011111 | 101101 | 1000 | 0 | 1101 | 10111111 | 111101 | 1000100 |
Color Harmonies of #7BCDDF
Complementary color
Monochromatic Colors of #7BCDDF
Black with #7BCDDF
Text Example
Text Example
White with #7BCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDDF; }
p { color: rgb(123,205,223); }
H1.HeaderClassName
{
color: #7BCDDF;
}
.AnyTagClassName
{
color: #7BCDDF;
}
</style>
background-color css
<style>
a { background-color: #7BCDDF; }
a { background-color: rgb(123,205,223); }
div.DivClassName
{
background-color: #7BCDDF;
}
.BgClassName
{
background-color: #7BCDDF;
}
</style>
border-color css
<style>
span { border-color: #7BCDDF; }
span { border-color: rgb(123,205,223); }
td.TdClassName
{
border-color: #7BCDDF;
}
.TagClassName
{
border-color: #7BCDDF;
}
</style>