Shades of Sky Blue #8ADBF6
Tints of Sky Blue #8ADBF6
RGB
CMYK
RGB Variations
Color information
#8ADBF6 (or 0x8ADBF6) is known color: Sky Blue. HEX triplet: 8A, DB and F6. RGB value is (138,219,246). Sum of RGB (Red+Green+Blue) = 138+219+246=603 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.89% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #8ADBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBF6 is #752409. Grayscale: #C5C5C5. Windows color (decimal): -7676938 or 16178058. OLE color: 16178058.
HSL color Cylindrical-coordinate representation of color #8ADBF6: hue angle of 195º 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 #8ADBF6 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 219 | 246 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.04 |
| HSL | 195º | 0.86% | 0.75% | - |
| HSV(B) | 195º | 0.44% | 0.96% | - |
| XYZ | 52.45 | 62.72 | 96.53 | - |
| YUV | 197.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 246 | 0.44 | 0.11 | 0 | 0.04 | 195 | 0.86 | 0.75 |
| Hex | 8A | DB | F6 | 2C | B | 0 | 4 | C3 | 56 | 4B |
| Octal | 212 | 333 | 366 | 54 | 13 | 0 | 4 | 303 | 126 | 113 |
| Binary | 10001010 | 11011011 | 11110110 | 101100 | 1011 | 0 | 100 | 11000011 | 1010110 | 1001011 |
Color Harmonies of #8ADBF6
Complementary color
Monochromatic Colors of #8ADBF6
Black with #8ADBF6
Text Example
Text Example
White with #8ADBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBF6; }
p { color: rgb(138,219,246); }
H1.HeaderClassName
{
color: #8ADBF6;
}
.AnyTagClassName
{
color: #8ADBF6;
}
</style>
background-color css
<style>
a { background-color: #8ADBF6; }
a { background-color: rgb(138,219,246); }
div.DivClassName
{
background-color: #8ADBF6;
}
.BgClassName
{
background-color: #8ADBF6;
}
</style>
border-color css
<style>
span { border-color: #8ADBF6; }
span { border-color: rgb(138,219,246); }
td.TdClassName
{
border-color: #8ADBF6;
}
.TagClassName
{
border-color: #8ADBF6;
}
</style>