Shades of Spray #7DCBDB
Tints of Spray #7DCBDB
RGB
CMYK
RGB Variations
Color information
#7DCBDB (or 0x7DCBDB) is known color: Spray. HEX triplet: 7D, CB and DB. RGB value is (125,203,219). Sum of RGB (Red+Green+Blue) = 125+203+219=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBDB is #823424. Grayscale: #B5B5B5. Windows color (decimal): -8533029 or 14404477. OLE color: 14404477.
HSL color Cylindrical-coordinate representation of color #7DCBDB: hue angle of 190.21º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DCBDB is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 125 | 203 | 219 | - |
CMYK | 0.43 | 0.07 | 0 | 0.14 |
HSL | 190.21º | 0.57% | 0.67% | - |
HSV(B) | 190.21º | 0.43% | 0.86% | - |
XYZ | 42.6 | 52.19 | 74.85 | - |
YUV | 181.5 | 149.16 | 87.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 203 | 219 | 0.43 | 0.07 | 0 | 0.14 | 190.21 | 0.57 | 0.67 |
Hex | 7D | CB | DB | 2B | 7 | 0 | E | BE | 39 | 43 |
Octal | 175 | 313 | 333 | 53 | 7 | 0 | 16 | 276 | 71 | 103 |
Binary | 1111101 | 11001011 | 11011011 | 101011 | 111 | 0 | 1110 | 10111110 | 111001 | 1000011 |
Color Harmonies of #7DCBDB
Complementary color
Monochromatic Colors of #7DCBDB
Black with #7DCBDB
Text Example
Text Example
White with #7DCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBDB; }
p { color: rgb(125,203,219); }
H1.HeaderClassName
{
color: #7DCBDB;
}
.AnyTagClassName
{
color: #7DCBDB;
}
</style>
background-color css
<style>
a { background-color: #7DCBDB; }
a { background-color: rgb(125,203,219); }
div.DivClassName
{
background-color: #7DCBDB;
}
.BgClassName
{
background-color: #7DCBDB;
}
</style>
border-color css
<style>
span { border-color: #7DCBDB; }
span { border-color: rgb(125,203,219); }
td.TdClassName
{
border-color: #7DCBDB;
}
.TagClassName
{
border-color: #7DCBDB;
}
</style>