Shades of Sky Blue #8ADDF6
Tints of Sky Blue #8ADDF6
RGB
CMYK
RGB Variations
Color information
#8ADDF6 (or 0x8ADDF6) is known color: Sky Blue. HEX triplet: 8A, DD and F6. RGB value is (138,221,246). Sum of RGB (Red+Green+Blue) = 138+221+246=605 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.81% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #8ADDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDF6 is #752209. Grayscale: #C6C6C6. Windows color (decimal): -7676426 or 16178570. OLE color: 16178570.
HSL color Cylindrical-coordinate representation of color #8ADDF6: hue angle of 193.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ADDF6 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 221 | 246 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.04 |
| HSL | 193.89º | 0.86% | 0.75% | - |
| HSV(B) | 193.89º | 0.44% | 0.96% | - |
| XYZ | 52.97 | 63.77 | 96.71 | - |
| YUV | 199.03 | 154.5 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 246 | 0.44 | 0.10 | 0 | 0.04 | 193.89 | 0.86 | 0.75 |
| Hex | 8A | DD | F6 | 2C | A | 0 | 4 | C2 | 56 | 4B |
| Octal | 212 | 335 | 366 | 54 | 12 | 0 | 4 | 302 | 126 | 113 |
| Binary | 10001010 | 11011101 | 11110110 | 101100 | 1010 | 0 | 100 | 11000010 | 1010110 | 1001011 |
Color Harmonies of #8ADDF6
Complementary color
Monochromatic Colors of #8ADDF6
Black with #8ADDF6
Text Example
Text Example
White with #8ADDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDF6; }
p { color: rgb(138,221,246); }
H1.HeaderClassName
{
color: #8ADDF6;
}
.AnyTagClassName
{
color: #8ADDF6;
}
</style>
background-color css
<style>
a { background-color: #8ADDF6; }
a { background-color: rgb(138,221,246); }
div.DivClassName
{
background-color: #8ADDF6;
}
.BgClassName
{
background-color: #8ADDF6;
}
</style>
border-color css
<style>
span { border-color: #8ADDF6; }
span { border-color: rgb(138,221,246); }
td.TdClassName
{
border-color: #8ADDF6;
}
.TagClassName
{
border-color: #8ADDF6;
}
</style>