Shades of Spray #80CED3
Tints of Spray #80CED3
RGB
CMYK
RGB Variations
Color information
#80CED3 (or 0x80CED3) is known color: Spray. HEX triplet: 80, CE and D3. RGB value is (128,206,211). Sum of RGB (Red+Green+Blue) = 128+206+211=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #80CED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CED3 is #7F312C. Grayscale: #B7B7B7. Windows color (decimal): -8335661 or 13880960. OLE color: 13880960.
HSL color Cylindrical-coordinate representation of color #80CED3: hue angle of 183.61º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80CED3 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 206 | 211 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.17 |
| HSL | 183.61º | 0.49% | 0.66% | - |
| HSV(B) | 183.61º | 0.39% | 0.83% | - |
| XYZ | 42.73 | 53.43 | 69.69 | - |
| YUV | 183.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 211 | 0.39 | 0.02 | 0 | 0.17 | 183.61 | 0.49 | 0.66 |
| Hex | 80 | CE | D3 | 27 | 2 | 0 | 11 | B8 | 31 | 42 |
| Octal | 200 | 316 | 323 | 47 | 2 | 0 | 21 | 270 | 61 | 102 |
| Binary | 10000000 | 11001110 | 11010011 | 100111 | 10 | 0 | 10001 | 10111000 | 110001 | 1000010 |
Color Harmonies of #80CED3
Complementary color
Monochromatic Colors of #80CED3
Black with #80CED3
Text Example
Text Example
White with #80CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CED3; }
p { color: rgb(128,206,211); }
H1.HeaderClassName
{
color: #80CED3;
}
.AnyTagClassName
{
color: #80CED3;
}
</style>
background-color css
<style>
a { background-color: #80CED3; }
a { background-color: rgb(128,206,211); }
div.DivClassName
{
background-color: #80CED3;
}
.BgClassName
{
background-color: #80CED3;
}
</style>
border-color css
<style>
span { border-color: #80CED3; }
span { border-color: rgb(128,206,211); }
td.TdClassName
{
border-color: #80CED3;
}
.TagClassName
{
border-color: #80CED3;
}
</style>