Shades of Spray #80CFDE
Tints of Spray #80CFDE
RGB
CMYK
RGB Variations
Color information
#80CFDE (or 0x80CFDE) is known color: Spray. HEX triplet: 80, CF and DE. RGB value is (128,207,222). Sum of RGB (Red+Green+Blue) = 128+207+222=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #80CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFDE is #7F3021. Grayscale: #B8B8B8. Windows color (decimal): -8335394 or 14602112. OLE color: 14602112.
HSL color Cylindrical-coordinate representation of color #80CFDE: hue angle of 189.57º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CFDE is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 207 | 222 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.13 |
| HSL | 189.57º | 0.59% | 0.69% | - |
| HSV(B) | 189.57º | 0.42% | 0.87% | - |
| XYZ | 44.4 | 54.49 | 77.28 | - |
| YUV | 185.09 | 148.83 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 222 | 0.42 | 0.07 | 0 | 0.13 | 189.57 | 0.59 | 0.69 |
| Hex | 80 | CF | DE | 2A | 7 | 0 | D | BE | 3B | 45 |
| Octal | 200 | 317 | 336 | 52 | 7 | 0 | 15 | 276 | 73 | 105 |
| Binary | 10000000 | 11001111 | 11011110 | 101010 | 111 | 0 | 1101 | 10111110 | 111011 | 1000101 |
Color Harmonies of #80CFDE
Complementary color
Monochromatic Colors of #80CFDE
Black with #80CFDE
Text Example
Text Example
White with #80CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFDE; }
p { color: rgb(128,207,222); }
H1.HeaderClassName
{
color: #80CFDE;
}
.AnyTagClassName
{
color: #80CFDE;
}
</style>
background-color css
<style>
a { background-color: #80CFDE; }
a { background-color: rgb(128,207,222); }
div.DivClassName
{
background-color: #80CFDE;
}
.BgClassName
{
background-color: #80CFDE;
}
</style>
border-color css
<style>
span { border-color: #80CFDE; }
span { border-color: rgb(128,207,222); }
td.TdClassName
{
border-color: #80CFDE;
}
.TagClassName
{
border-color: #80CFDE;
}
</style>