Shades of Spray #80CADF
Tints of Spray #80CADF
RGB
CMYK
RGB Variations
Color information
#80CADF (or 0x80CADF) is known color: Spray. HEX triplet: 80, CA and DF. RGB value is (128,202,223). Sum of RGB (Red+Green+Blue) = 128+202+223=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #80CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CADF is #7F3520. Grayscale: #B6B6B6. Windows color (decimal): -8336673 or 14666368. OLE color: 14666368.
HSL color Cylindrical-coordinate representation of color #80CADF: hue angle of 193.26º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80CADF is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 202 | 223 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.13 |
| HSL | 193.26º | 0.6% | 0.69% | - |
| HSV(B) | 193.26º | 0.43% | 0.87% | - |
| XYZ | 43.34 | 52.16 | 77.6 | - |
| YUV | 182.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 223 | 0.43 | 0.09 | 0 | 0.13 | 193.26 | 0.6 | 0.69 |
| Hex | 80 | CA | DF | 2B | 9 | 0 | D | C1 | 3C | 45 |
| Octal | 200 | 312 | 337 | 53 | 11 | 0 | 15 | 301 | 74 | 105 |
| Binary | 10000000 | 11001010 | 11011111 | 101011 | 1001 | 0 | 1101 | 11000001 | 111100 | 1000101 |
Color Harmonies of #80CADF
Complementary color
Monochromatic Colors of #80CADF
Black with #80CADF
Text Example
Text Example
White with #80CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CADF; }
p { color: rgb(128,202,223); }
H1.HeaderClassName
{
color: #80CADF;
}
.AnyTagClassName
{
color: #80CADF;
}
</style>
background-color css
<style>
a { background-color: #80CADF; }
a { background-color: rgb(128,202,223); }
div.DivClassName
{
background-color: #80CADF;
}
.BgClassName
{
background-color: #80CADF;
}
</style>
border-color css
<style>
span { border-color: #80CADF; }
span { border-color: rgb(128,202,223); }
td.TdClassName
{
border-color: #80CADF;
}
.TagClassName
{
border-color: #80CADF;
}
</style>