Shades of Sky Blue #80C3EE
Tints of Sky Blue #80C3EE
RGB
CMYK
RGB Variations
Color information
#80C3EE (or 0x80C3EE) is known color: Sky Blue. HEX triplet: 80, C3 and EE. RGB value is (128,195,238). Sum of RGB (Red+Green+Blue) = 128+195+238=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #80C3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C3EE is #7F3C11. Grayscale: #B3B3B3. Windows color (decimal): -8338450 or 15647616. OLE color: 15647616.
HSL color Cylindrical-coordinate representation of color #80C3EE: hue angle of 203.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80C3EE is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 195 | 238 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.07 |
| HSL | 203.45º | 0.76% | 0.72% | - |
| HSV(B) | 203.45º | 0.46% | 0.93% | - |
| XYZ | 43.85 | 49.79 | 88.19 | - |
| YUV | 179.87 | 160.8 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 238 | 0.46 | 0.18 | 0 | 0.07 | 203.45 | 0.76 | 0.72 |
| Hex | 80 | C3 | EE | 2E | 12 | 0 | 7 | CB | 4C | 48 |
| Octal | 200 | 303 | 356 | 56 | 22 | 0 | 7 | 313 | 114 | 110 |
| Binary | 10000000 | 11000011 | 11101110 | 101110 | 10010 | 0 | 111 | 11001011 | 1001100 | 1001000 |
Color Harmonies of #80C3EE
Complementary color
Monochromatic Colors of #80C3EE
Black with #80C3EE
Text Example
Text Example
White with #80C3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C3EE; }
p { color: rgb(128,195,238); }
H1.HeaderClassName
{
color: #80C3EE;
}
.AnyTagClassName
{
color: #80C3EE;
}
</style>
background-color css
<style>
a { background-color: #80C3EE; }
a { background-color: rgb(128,195,238); }
div.DivClassName
{
background-color: #80C3EE;
}
.BgClassName
{
background-color: #80C3EE;
}
</style>
border-color css
<style>
span { border-color: #80C3EE; }
span { border-color: rgb(128,195,238); }
td.TdClassName
{
border-color: #80C3EE;
}
.TagClassName
{
border-color: #80C3EE;
}
</style>