Shades of Sky Blue #80CFF0
Tints of Sky Blue #80CFF0
RGB
CMYK
RGB Variations
Color information
#80CFF0 (or 0x80CFF0) is known color: Sky Blue. HEX triplet: 80, CF and F0. RGB value is (128,207,240). Sum of RGB (Red+Green+Blue) = 128+207+240=575 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.26% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #80CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CFF0 is #7F300F. Grayscale: #BABABA. Windows color (decimal): -8335376 or 15781760. OLE color: 15781760.
HSL color Cylindrical-coordinate representation of color #80CFF0: hue angle of 197.68º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CFF0 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 207 | 240 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.06 |
| HSL | 197.68º | 0.79% | 0.72% | - |
| HSV(B) | 197.68º | 0.47% | 0.94% | - |
| XYZ | 46.94 | 55.51 | 90.68 | - |
| YUV | 187.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 240 | 0.47 | 0.14 | 0 | 0.06 | 197.68 | 0.79 | 0.72 |
| Hex | 80 | CF | F0 | 2F | E | 0 | 6 | C6 | 4F | 48 |
| Octal | 200 | 317 | 360 | 57 | 16 | 0 | 6 | 306 | 117 | 110 |
| Binary | 10000000 | 11001111 | 11110000 | 101111 | 1110 | 0 | 110 | 11000110 | 1001111 | 1001000 |
Color Harmonies of #80CFF0
Complementary color
Monochromatic Colors of #80CFF0
Black with #80CFF0
Text Example
Text Example
White with #80CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFF0; }
p { color: rgb(128,207,240); }
H1.HeaderClassName
{
color: #80CFF0;
}
.AnyTagClassName
{
color: #80CFF0;
}
</style>
background-color css
<style>
a { background-color: #80CFF0; }
a { background-color: rgb(128,207,240); }
div.DivClassName
{
background-color: #80CFF0;
}
.BgClassName
{
background-color: #80CFF0;
}
</style>
border-color css
<style>
span { border-color: #80CFF0; }
span { border-color: rgb(128,207,240); }
td.TdClassName
{
border-color: #80CFF0;
}
.TagClassName
{
border-color: #80CFF0;
}
</style>