Shades of Spray #80CBDF
Tints of Spray #80CBDF
RGB
CMYK
RGB Variations
Color information
#80CBDF (or 0x80CBDF) is known color: Spray. HEX triplet: 80, CB and DF. RGB value is (128,203,223). Sum of RGB (Red+Green+Blue) = 128+203+223=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #80CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBDF is #7F3420. Grayscale: #B6B6B6. Windows color (decimal): -8336417 or 14666624. OLE color: 14666624.
HSL color Cylindrical-coordinate representation of color #80CBDF: hue angle of 192.63º 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 #80CBDF is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 203 | 223 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.13 |
| HSL | 192.63º | 0.6% | 0.69% | - |
| HSV(B) | 192.63º | 0.43% | 0.87% | - |
| XYZ | 43.58 | 52.63 | 77.67 | - |
| YUV | 182.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 223 | 0.43 | 0.09 | 0 | 0.13 | 192.63 | 0.6 | 0.69 |
| Hex | 80 | CB | DF | 2B | 9 | 0 | D | C1 | 3C | 45 |
| Octal | 200 | 313 | 337 | 53 | 11 | 0 | 15 | 301 | 74 | 105 |
| Binary | 10000000 | 11001011 | 11011111 | 101011 | 1001 | 0 | 1101 | 11000001 | 111100 | 1000101 |
Color Harmonies of #80CBDF
Complementary color
Monochromatic Colors of #80CBDF
Black with #80CBDF
Text Example
Text Example
White with #80CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBDF; }
p { color: rgb(128,203,223); }
H1.HeaderClassName
{
color: #80CBDF;
}
.AnyTagClassName
{
color: #80CBDF;
}
</style>
background-color css
<style>
a { background-color: #80CBDF; }
a { background-color: rgb(128,203,223); }
div.DivClassName
{
background-color: #80CBDF;
}
.BgClassName
{
background-color: #80CBDF;
}
</style>
border-color css
<style>
span { border-color: #80CBDF; }
span { border-color: rgb(128,203,223); }
td.TdClassName
{
border-color: #80CBDF;
}
.TagClassName
{
border-color: #80CBDF;
}
</style>