Shades of Light Sky Blue #80D4F7
Tints of Light Sky Blue #80D4F7
RGB
CMYK
RGB Variations
Color information
#80D4F7 (or 0x80D4F7) is known color: Light Sky Blue. HEX triplet: 80, D4 and F7. RGB value is (128,212,247). Sum of RGB (Red+Green+Blue) = 128+212+247=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 247 - color contains mainly: blue. Hex color #80D4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D4F7 is #7F2B08. Grayscale: #BEBEBE. Windows color (decimal): -8334089 or 16241792. OLE color: 16241792.
HSL color Cylindrical-coordinate representation of color #80D4F7: hue angle of 197.65º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80D4F7 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 212 | 247 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.03 |
| HSL | 197.65º | 0.88% | 0.74% | - |
| HSV(B) | 197.65º | 0.48% | 0.97% | - |
| XYZ | 49.23 | 58.39 | 96.67 | - |
| YUV | 190.87 | 159.67 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 247 | 0.48 | 0.14 | 0 | 0.03 | 197.65 | 0.88 | 0.74 |
| Hex | 80 | D4 | F7 | 30 | E | 0 | 3 | C6 | 58 | 4A |
| Octal | 200 | 324 | 367 | 60 | 16 | 0 | 3 | 306 | 130 | 112 |
| Binary | 10000000 | 11010100 | 11110111 | 110000 | 1110 | 0 | 11 | 11000110 | 1011000 | 1001010 |
Color Harmonies of #80D4F7
Complementary color
Monochromatic Colors of #80D4F7
Black with #80D4F7
Text Example
Text Example
White with #80D4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D4F7; }
p { color: rgb(128,212,247); }
H1.HeaderClassName
{
color: #80D4F7;
}
.AnyTagClassName
{
color: #80D4F7;
}
</style>
background-color css
<style>
a { background-color: #80D4F7; }
a { background-color: rgb(128,212,247); }
div.DivClassName
{
background-color: #80D4F7;
}
.BgClassName
{
background-color: #80D4F7;
}
</style>
border-color css
<style>
span { border-color: #80D4F7; }
span { border-color: rgb(128,212,247); }
td.TdClassName
{
border-color: #80D4F7;
}
.TagClassName
{
border-color: #80D4F7;
}
</style>