Shades of Spray #7BCDDA
Tints of Spray #7BCDDA
RGB
CMYK
RGB Variations
Color information
#7BCDDA (or 0x7BCDDA) is known color: Spray. HEX triplet: 7B, CD and DA. RGB value is (123,205,218). Sum of RGB (Red+Green+Blue) = 123+205+218=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BCDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDDA is #843225. Grayscale: #B5B5B5. Windows color (decimal): -8663590 or 14339451. OLE color: 14339451.
HSL color Cylindrical-coordinate representation of color #7BCDDA: hue angle of 188.21º 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 #7BCDDA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 205 | 218 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.15 |
| HSL | 188.21º | 0.56% | 0.67% | - |
| HSV(B) | 188.21º | 0.44% | 0.85% | - |
| XYZ | 42.65 | 52.94 | 74.3 | - |
| YUV | 181.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 218 | 0.44 | 0.06 | 0 | 0.15 | 188.21 | 0.56 | 0.67 |
| Hex | 7B | CD | DA | 2C | 6 | 0 | F | BC | 38 | 43 |
| Octal | 173 | 315 | 332 | 54 | 6 | 0 | 17 | 274 | 70 | 103 |
| Binary | 1111011 | 11001101 | 11011010 | 101100 | 110 | 0 | 1111 | 10111100 | 111000 | 1000011 |
Color Harmonies of #7BCDDA
Complementary color
Monochromatic Colors of #7BCDDA
Black with #7BCDDA
Text Example
Text Example
White with #7BCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDDA; }
p { color: rgb(123,205,218); }
H1.HeaderClassName
{
color: #7BCDDA;
}
.AnyTagClassName
{
color: #7BCDDA;
}
</style>
background-color css
<style>
a { background-color: #7BCDDA; }
a { background-color: rgb(123,205,218); }
div.DivClassName
{
background-color: #7BCDDA;
}
.BgClassName
{
background-color: #7BCDDA;
}
</style>
border-color css
<style>
span { border-color: #7BCDDA; }
span { border-color: rgb(123,205,218); }
td.TdClassName
{
border-color: #7BCDDA;
}
.TagClassName
{
border-color: #7BCDDA;
}
</style>