Shades of Spray #7DCBDE
Tints of Spray #7DCBDE
RGB
CMYK
RGB Variations
Color information
#7DCBDE (or 0x7DCBDE) is known color: Spray. HEX triplet: 7D, CB and DE. RGB value is (125,203,222). Sum of RGB (Red+Green+Blue) = 125+203+222=550 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.73% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DCBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBDE is #823421. Grayscale: #B5B5B5. Windows color (decimal): -8533026 or 14601085. OLE color: 14601085.
HSL color Cylindrical-coordinate representation of color #7DCBDE: hue angle of 191.75º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DCBDE is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 203 | 222 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.13 |
| HSL | 191.75º | 0.6% | 0.68% | - |
| HSV(B) | 191.75º | 0.44% | 0.87% | - |
| XYZ | 43 | 52.35 | 76.94 | - |
| YUV | 181.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 222 | 0.44 | 0.09 | 0 | 0.13 | 191.75 | 0.6 | 0.68 |
| Hex | 7D | CB | DE | 2C | 9 | 0 | D | C0 | 3C | 44 |
| Octal | 175 | 313 | 336 | 54 | 11 | 0 | 15 | 300 | 74 | 104 |
| Binary | 1111101 | 11001011 | 11011110 | 101100 | 1001 | 0 | 1101 | 11000000 | 111100 | 1000100 |
Color Harmonies of #7DCBDE
Complementary color
Monochromatic Colors of #7DCBDE
Black with #7DCBDE
Text Example
Text Example
White with #7DCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBDE; }
p { color: rgb(125,203,222); }
H1.HeaderClassName
{
color: #7DCBDE;
}
.AnyTagClassName
{
color: #7DCBDE;
}
</style>
background-color css
<style>
a { background-color: #7DCBDE; }
a { background-color: rgb(125,203,222); }
div.DivClassName
{
background-color: #7DCBDE;
}
.BgClassName
{
background-color: #7DCBDE;
}
</style>
border-color css
<style>
span { border-color: #7DCBDE; }
span { border-color: rgb(125,203,222); }
td.TdClassName
{
border-color: #7DCBDE;
}
.TagClassName
{
border-color: #7DCBDE;
}
</style>