Shades of Sky Blue #80CEF2
Tints of Sky Blue #80CEF2
RGB
CMYK
RGB Variations
Color information
#80CEF2 (or 0x80CEF2) is known color: Sky Blue. HEX triplet: 80, CE and F2. RGB value is (128,206,242). Sum of RGB (Red+Green+Blue) = 128+206+242=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #80CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CEF2 is #7F310D. Grayscale: #BABABA. Windows color (decimal): -8335630 or 15912576. OLE color: 15912576.
HSL color Cylindrical-coordinate representation of color #80CEF2: hue angle of 198.95º 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 #80CEF2 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 206 | 242 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.05 |
| HSL | 198.95º | 0.81% | 0.73% | - |
| HSV(B) | 198.95º | 0.47% | 0.95% | - |
| XYZ | 47 | 55.14 | 92.17 | - |
| YUV | 186.78 | 159.16 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 242 | 0.47 | 0.15 | 0 | 0.05 | 198.95 | 0.81 | 0.73 |
| Hex | 80 | CE | F2 | 2F | F | 0 | 5 | C7 | 51 | 49 |
| Octal | 200 | 316 | 362 | 57 | 17 | 0 | 5 | 307 | 121 | 111 |
| Binary | 10000000 | 11001110 | 11110010 | 101111 | 1111 | 0 | 101 | 11000111 | 1010001 | 1001001 |
Color Harmonies of #80CEF2
Complementary color
Monochromatic Colors of #80CEF2
Black with #80CEF2
Text Example
Text Example
White with #80CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEF2; }
p { color: rgb(128,206,242); }
H1.HeaderClassName
{
color: #80CEF2;
}
.AnyTagClassName
{
color: #80CEF2;
}
</style>
background-color css
<style>
a { background-color: #80CEF2; }
a { background-color: rgb(128,206,242); }
div.DivClassName
{
background-color: #80CEF2;
}
.BgClassName
{
background-color: #80CEF2;
}
</style>
border-color css
<style>
span { border-color: #80CEF2; }
span { border-color: rgb(128,206,242); }
td.TdClassName
{
border-color: #80CEF2;
}
.TagClassName
{
border-color: #80CEF2;
}
</style>