Shades of Sky Blue #80C3EF
Tints of Sky Blue #80C3EF
RGB
CMYK
RGB Variations
Color information
#80C3EF (or 0x80C3EF) is known color: Sky Blue. HEX triplet: 80, C3 and EF. RGB value is (128,195,239). Sum of RGB (Red+Green+Blue) = 128+195+239=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #80C3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C3EF is #7F3C10. Grayscale: #B3B3B3. Windows color (decimal): -8338449 or 15713152. OLE color: 15713152.
HSL color Cylindrical-coordinate representation of color #80C3EF: hue angle of 203.78º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80C3EF is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 195 | 239 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.06 |
| HSL | 203.78º | 0.78% | 0.72% | - |
| HSV(B) | 203.78º | 0.46% | 0.94% | - |
| XYZ | 44 | 49.85 | 88.96 | - |
| YUV | 179.98 | 161.3 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 239 | 0.46 | 0.18 | 0 | 0.06 | 203.78 | 0.78 | 0.72 |
| Hex | 80 | C3 | EF | 2E | 12 | 0 | 6 | CC | 4E | 48 |
| Octal | 200 | 303 | 357 | 56 | 22 | 0 | 6 | 314 | 116 | 110 |
| Binary | 10000000 | 11000011 | 11101111 | 101110 | 10010 | 0 | 110 | 11001100 | 1001110 | 1001000 |
Color Harmonies of #80C3EF
Complementary color
Monochromatic Colors of #80C3EF
Black with #80C3EF
Text Example
Text Example
White with #80C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C3EF; }
p { color: rgb(128,195,239); }
H1.HeaderClassName
{
color: #80C3EF;
}
.AnyTagClassName
{
color: #80C3EF;
}
</style>
background-color css
<style>
a { background-color: #80C3EF; }
a { background-color: rgb(128,195,239); }
div.DivClassName
{
background-color: #80C3EF;
}
.BgClassName
{
background-color: #80C3EF;
}
</style>
border-color css
<style>
span { border-color: #80C3EF; }
span { border-color: rgb(128,195,239); }
td.TdClassName
{
border-color: #80C3EF;
}
.TagClassName
{
border-color: #80C3EF;
}
</style>