Shades of Spray #7DCBE3
Tints of Spray #7DCBE3
RGB
CMYK
RGB Variations
Color information
#7DCBE3 (or 0x7DCBE3) is known color: Spray. HEX triplet: 7D, CB and E3. RGB value is (125,203,227). Sum of RGB (Red+Green+Blue) = 125+203+227=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #7DCBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBE3 is #82341C. Grayscale: #B6B6B6. Windows color (decimal): -8533021 or 14928765. OLE color: 14928765.
HSL color Cylindrical-coordinate representation of color #7DCBE3: hue angle of 194.12º 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 #7DCBE3 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 203 | 227 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.11 |
| HSL | 194.12º | 0.65% | 0.69% | - |
| HSV(B) | 194.12º | 0.45% | 0.89% | - |
| XYZ | 43.68 | 52.62 | 80.53 | - |
| YUV | 182.41 | 153.16 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 227 | 0.45 | 0.11 | 0 | 0.11 | 194.12 | 0.65 | 0.69 |
| Hex | 7D | CB | E3 | 2D | B | 0 | B | C2 | 41 | 45 |
| Octal | 175 | 313 | 343 | 55 | 13 | 0 | 13 | 302 | 101 | 105 |
| Binary | 1111101 | 11001011 | 11100011 | 101101 | 1011 | 0 | 1011 | 11000010 | 1000001 | 1000101 |
Color Harmonies of #7DCBE3
Complementary color
Monochromatic Colors of #7DCBE3
Black with #7DCBE3
Text Example
Text Example
White with #7DCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBE3; }
p { color: rgb(125,203,227); }
H1.HeaderClassName
{
color: #7DCBE3;
}
.AnyTagClassName
{
color: #7DCBE3;
}
</style>
background-color css
<style>
a { background-color: #7DCBE3; }
a { background-color: rgb(125,203,227); }
div.DivClassName
{
background-color: #7DCBE3;
}
.BgClassName
{
background-color: #7DCBE3;
}
</style>
border-color css
<style>
span { border-color: #7DCBE3; }
span { border-color: rgb(125,203,227); }
td.TdClassName
{
border-color: #7DCBE3;
}
.TagClassName
{
border-color: #7DCBE3;
}
</style>