Shades of Sky Blue #8AD9EF
Tints of Sky Blue #8AD9EF
RGB
CMYK
RGB Variations
Color information
#8AD9EF (or 0x8AD9EF) is known color: Sky Blue. HEX triplet: 8A, D9 and EF. RGB value is (138,217,239). Sum of RGB (Red+Green+Blue) = 138+217+239=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AD9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD9EF is #752610. Grayscale: #C3C3C3. Windows color (decimal): -7677457 or 15718794. OLE color: 15718794.
HSL color Cylindrical-coordinate representation of color #8AD9EF: hue angle of 193.07º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AD9EF is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 217 | 239 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.06 |
| HSL | 193.07º | 0.76% | 0.74% | - |
| HSV(B) | 193.07º | 0.42% | 0.94% | - |
| XYZ | 50.87 | 61.26 | 90.8 | - |
| YUV | 195.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 239 | 0.42 | 0.09 | 0 | 0.06 | 193.07 | 0.76 | 0.74 |
| Hex | 8A | D9 | EF | 2A | 9 | 0 | 6 | C1 | 4C | 4A |
| Octal | 212 | 331 | 357 | 52 | 11 | 0 | 6 | 301 | 114 | 112 |
| Binary | 10001010 | 11011001 | 11101111 | 101010 | 1001 | 0 | 110 | 11000001 | 1001100 | 1001010 |
Color Harmonies of #8AD9EF
Complementary color
Monochromatic Colors of #8AD9EF
Black with #8AD9EF
Text Example
Text Example
White with #8AD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD9EF; }
p { color: rgb(138,217,239); }
H1.HeaderClassName
{
color: #8AD9EF;
}
.AnyTagClassName
{
color: #8AD9EF;
}
</style>
background-color css
<style>
a { background-color: #8AD9EF; }
a { background-color: rgb(138,217,239); }
div.DivClassName
{
background-color: #8AD9EF;
}
.BgClassName
{
background-color: #8AD9EF;
}
</style>
border-color css
<style>
span { border-color: #8AD9EF; }
span { border-color: rgb(138,217,239); }
td.TdClassName
{
border-color: #8AD9EF;
}
.TagClassName
{
border-color: #8AD9EF;
}
</style>