Shades of Sky Blue #80CBF1
Tints of Sky Blue #80CBF1
RGB
CMYK
RGB Variations
Color information
#80CBF1 (or 0x80CBF1) is known color: Sky Blue. HEX triplet: 80, CB and F1. RGB value is (128,203,241). Sum of RGB (Red+Green+Blue) = 128+203+241=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #80CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBF1 is #7F340E. Grayscale: #B8B8B8. Windows color (decimal): -8336399 or 15846272. OLE color: 15846272.
HSL color Cylindrical-coordinate representation of color #80CBF1: hue angle of 200.18º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CBF1 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 203 | 241 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.05 |
| HSL | 200.18º | 0.8% | 0.72% | - |
| HSV(B) | 200.18º | 0.47% | 0.95% | - |
| XYZ | 46.14 | 53.65 | 91.14 | - |
| YUV | 184.91 | 159.65 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 241 | 0.47 | 0.16 | 0 | 0.05 | 200.18 | 0.8 | 0.72 |
| Hex | 80 | CB | F1 | 2F | 10 | 0 | 5 | C8 | 50 | 48 |
| Octal | 200 | 313 | 361 | 57 | 20 | 0 | 5 | 310 | 120 | 110 |
| Binary | 10000000 | 11001011 | 11110001 | 101111 | 10000 | 0 | 101 | 11001000 | 1010000 | 1001000 |
Color Harmonies of #80CBF1
Complementary color
Monochromatic Colors of #80CBF1
Black with #80CBF1
Text Example
Text Example
White with #80CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBF1; }
p { color: rgb(128,203,241); }
H1.HeaderClassName
{
color: #80CBF1;
}
.AnyTagClassName
{
color: #80CBF1;
}
</style>
background-color css
<style>
a { background-color: #80CBF1; }
a { background-color: rgb(128,203,241); }
div.DivClassName
{
background-color: #80CBF1;
}
.BgClassName
{
background-color: #80CBF1;
}
</style>
border-color css
<style>
span { border-color: #80CBF1; }
span { border-color: rgb(128,203,241); }
td.TdClassName
{
border-color: #80CBF1;
}
.TagClassName
{
border-color: #80CBF1;
}
</style>