Shades of Sky Blue #80D4F3
Tints of Sky Blue #80D4F3
RGB
CMYK
RGB Variations
Color information
#80D4F3 (or 0x80D4F3) is known color: Sky Blue. HEX triplet: 80, D4 and F3. RGB value is (128,212,243). Sum of RGB (Red+Green+Blue) = 128+212+243=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #80D4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D4F3 is #7F2B0C. Grayscale: #BEBEBE. Windows color (decimal): -8334093 or 15979648. OLE color: 15979648.
HSL color Cylindrical-coordinate representation of color #80D4F3: hue angle of 196.17º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80D4F3 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 212 | 243 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.05 |
| HSL | 196.17º | 0.83% | 0.73% | - |
| HSV(B) | 196.17º | 0.47% | 0.95% | - |
| XYZ | 48.62 | 58.15 | 93.45 | - |
| YUV | 190.42 | 157.67 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 243 | 0.47 | 0.13 | 0 | 0.05 | 196.17 | 0.83 | 0.73 |
| Hex | 80 | D4 | F3 | 2F | D | 0 | 5 | C4 | 53 | 49 |
| Octal | 200 | 324 | 363 | 57 | 15 | 0 | 5 | 304 | 123 | 111 |
| Binary | 10000000 | 11010100 | 11110011 | 101111 | 1101 | 0 | 101 | 11000100 | 1010011 | 1001001 |
Color Harmonies of #80D4F3
Complementary color
Monochromatic Colors of #80D4F3
Black with #80D4F3
Text Example
Text Example
White with #80D4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D4F3; }
p { color: rgb(128,212,243); }
H1.HeaderClassName
{
color: #80D4F3;
}
.AnyTagClassName
{
color: #80D4F3;
}
</style>
background-color css
<style>
a { background-color: #80D4F3; }
a { background-color: rgb(128,212,243); }
div.DivClassName
{
background-color: #80D4F3;
}
.BgClassName
{
background-color: #80D4F3;
}
</style>
border-color css
<style>
span { border-color: #80D4F3; }
span { border-color: rgb(128,212,243); }
td.TdClassName
{
border-color: #80D4F3;
}
.TagClassName
{
border-color: #80D4F3;
}
</style>