Shades of Light Sky Blue #80C8F2
Tints of Light Sky Blue #80C8F2
RGB
CMYK
RGB Variations
Color information
#80C8F2 (or 0x80C8F2) is known color: Light Sky Blue. HEX triplet: 80, C8 and F2. RGB value is (128,200,242). Sum of RGB (Red+Green+Blue) = 128+200+242=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #80C8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C8F2 is #7F370D. Grayscale: #B7B7B7. Windows color (decimal): -8337166 or 15911040. OLE color: 15911040.
HSL color Cylindrical-coordinate representation of color #80C8F2: hue angle of 202.11º degrees, saturation: 0.81, 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 #80C8F2 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 200 | 242 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.05 |
| HSL | 202.11º | 0.81% | 0.73% | - |
| HSV(B) | 202.11º | 0.47% | 0.95% | - |
| XYZ | 45.58 | 52.31 | 91.7 | - |
| YUV | 183.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 242 | 0.47 | 0.17 | 0 | 0.05 | 202.11 | 0.81 | 0.73 |
| Hex | 80 | C8 | F2 | 2F | 11 | 0 | 5 | CA | 51 | 49 |
| Octal | 200 | 310 | 362 | 57 | 21 | 0 | 5 | 312 | 121 | 111 |
| Binary | 10000000 | 11001000 | 11110010 | 101111 | 10001 | 0 | 101 | 11001010 | 1010001 | 1001001 |
Color Harmonies of #80C8F2
Complementary color
Monochromatic Colors of #80C8F2
Black with #80C8F2
Text Example
Text Example
White with #80C8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8F2; }
p { color: rgb(128,200,242); }
H1.HeaderClassName
{
color: #80C8F2;
}
.AnyTagClassName
{
color: #80C8F2;
}
</style>
background-color css
<style>
a { background-color: #80C8F2; }
a { background-color: rgb(128,200,242); }
div.DivClassName
{
background-color: #80C8F2;
}
.BgClassName
{
background-color: #80C8F2;
}
</style>
border-color css
<style>
span { border-color: #80C8F2; }
span { border-color: rgb(128,200,242); }
td.TdClassName
{
border-color: #80C8F2;
}
.TagClassName
{
border-color: #80C8F2;
}
</style>