Shades of Sky Blue #80DDF2
Tints of Sky Blue #80DDF2
RGB
CMYK
RGB Variations
Color information
#80DDF2 (or 0x80DDF2) is known color: Sky Blue. HEX triplet: 80, DD and F2. RGB value is (128,221,242). Sum of RGB (Red+Green+Blue) = 128+221+242=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #80DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDF2 is #7F220D. Grayscale: #C3C3C3. Windows color (decimal): -8331790 or 15916416. OLE color: 15916416.
HSL color Cylindrical-coordinate representation of color #80DDF2: hue angle of 191.05º 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 #80DDF2 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 221 | 242 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.05 |
| HSL | 191.05º | 0.81% | 0.73% | - |
| HSV(B) | 191.05º | 0.47% | 0.95% | - |
| XYZ | 50.79 | 62.71 | 93.43 | - |
| YUV | 195.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 242 | 0.47 | 0.09 | 0 | 0.05 | 191.05 | 0.81 | 0.73 |
| Hex | 80 | DD | F2 | 2F | 9 | 0 | 5 | BF | 51 | 49 |
| Octal | 200 | 335 | 362 | 57 | 11 | 0 | 5 | 277 | 121 | 111 |
| Binary | 10000000 | 11011101 | 11110010 | 101111 | 1001 | 0 | 101 | 10111111 | 1010001 | 1001001 |
Color Harmonies of #80DDF2
Complementary color
Monochromatic Colors of #80DDF2
Black with #80DDF2
Text Example
Text Example
White with #80DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDF2; }
p { color: rgb(128,221,242); }
H1.HeaderClassName
{
color: #80DDF2;
}
.AnyTagClassName
{
color: #80DDF2;
}
</style>
background-color css
<style>
a { background-color: #80DDF2; }
a { background-color: rgb(128,221,242); }
div.DivClassName
{
background-color: #80DDF2;
}
.BgClassName
{
background-color: #80DDF2;
}
</style>
border-color css
<style>
span { border-color: #80DDF2; }
span { border-color: rgb(128,221,242); }
td.TdClassName
{
border-color: #80DDF2;
}
.TagClassName
{
border-color: #80DDF2;
}
</style>