Shades of Spray #80CEDA
Tints of Spray #80CEDA
RGB
CMYK
RGB Variations
Color information
#80CEDA (or 0x80CEDA) is known color: Spray. HEX triplet: 80, CE and DA. RGB value is (128,206,218). Sum of RGB (Red+Green+Blue) = 128+206+218=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #80CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEDA is #7F3125. Grayscale: #B7B7B7. Windows color (decimal): -8335654 or 14339712. OLE color: 14339712.
HSL color Cylindrical-coordinate representation of color #80CEDA: hue angle of 188º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80CEDA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 206 | 218 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.15 |
| HSL | 188º | 0.55% | 0.68% | - |
| HSV(B) | 188º | 0.41% | 0.85% | - |
| XYZ | 43.63 | 53.79 | 74.41 | - |
| YUV | 184.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 218 | 0.41 | 0.06 | 0 | 0.15 | 188 | 0.55 | 0.68 |
| Hex | 80 | CE | DA | 29 | 6 | 0 | F | BC | 37 | 44 |
| Octal | 200 | 316 | 332 | 51 | 6 | 0 | 17 | 274 | 67 | 104 |
| Binary | 10000000 | 11001110 | 11011010 | 101001 | 110 | 0 | 1111 | 10111100 | 110111 | 1000100 |
Color Harmonies of #80CEDA
Complementary color
Monochromatic Colors of #80CEDA
Black with #80CEDA
Text Example
Text Example
White with #80CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEDA; }
p { color: rgb(128,206,218); }
H1.HeaderClassName
{
color: #80CEDA;
}
.AnyTagClassName
{
color: #80CEDA;
}
</style>
background-color css
<style>
a { background-color: #80CEDA; }
a { background-color: rgb(128,206,218); }
div.DivClassName
{
background-color: #80CEDA;
}
.BgClassName
{
background-color: #80CEDA;
}
</style>
border-color css
<style>
span { border-color: #80CEDA; }
span { border-color: rgb(128,206,218); }
td.TdClassName
{
border-color: #80CEDA;
}
.TagClassName
{
border-color: #80CEDA;
}
</style>