Shades of Spray #7DCEE3
Tints of Spray #7DCEE3
RGB
CMYK
RGB Variations
Color information
#7DCEE3 (or 0x7DCEE3) is known color: Spray. HEX triplet: 7D, CE and E3. RGB value is (125,206,227). Sum of RGB (Red+Green+Blue) = 125+206+227=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #7DCEE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEE3 is #82311C. Grayscale: #B8B8B8. Windows color (decimal): -8532253 or 14929533. OLE color: 14929533.
HSL color Cylindrical-coordinate representation of color #7DCEE3: hue angle of 192.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DCEE3 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 206 | 227 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.11 |
| HSL | 192.35º | 0.65% | 0.69% | - |
| HSV(B) | 192.35º | 0.45% | 0.89% | - |
| XYZ | 44.39 | 54.05 | 80.77 | - |
| YUV | 184.18 | 152.16 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 227 | 0.45 | 0.09 | 0 | 0.11 | 192.35 | 0.65 | 0.69 |
| Hex | 7D | CE | E3 | 2D | 9 | 0 | B | C0 | 41 | 45 |
| Octal | 175 | 316 | 343 | 55 | 11 | 0 | 13 | 300 | 101 | 105 |
| Binary | 1111101 | 11001110 | 11100011 | 101101 | 1001 | 0 | 1011 | 11000000 | 1000001 | 1000101 |
Color Harmonies of #7DCEE3
Complementary color
Monochromatic Colors of #7DCEE3
Black with #7DCEE3
Text Example
Text Example
White with #7DCEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCEE3; }
p { color: rgb(125,206,227); }
H1.HeaderClassName
{
color: #7DCEE3;
}
.AnyTagClassName
{
color: #7DCEE3;
}
</style>
background-color css
<style>
a { background-color: #7DCEE3; }
a { background-color: rgb(125,206,227); }
div.DivClassName
{
background-color: #7DCEE3;
}
.BgClassName
{
background-color: #7DCEE3;
}
</style>
border-color css
<style>
span { border-color: #7DCEE3; }
span { border-color: rgb(125,206,227); }
td.TdClassName
{
border-color: #7DCEE3;
}
.TagClassName
{
border-color: #7DCEE3;
}
</style>