Shades of Sky Blue #8AD0EF
Tints of Sky Blue #8AD0EF
RGB
CMYK
RGB Variations
Color information
#8AD0EF (or 0x8AD0EF) is known color: Sky Blue. HEX triplet: 8A, D0 and EF. RGB value is (138,208,239). Sum of RGB (Red+Green+Blue) = 138+208+239=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AD0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD0EF is #752F10. Grayscale: #BEBEBE. Windows color (decimal): -7679761 or 15716490. OLE color: 15716490.
HSL color Cylindrical-coordinate representation of color #8AD0EF: hue angle of 198.42º 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 #8AD0EF is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 208 | 239 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.06 |
| HSL | 198.42º | 0.76% | 0.74% | - |
| HSV(B) | 198.42º | 0.42% | 0.94% | - |
| XYZ | 48.62 | 56.75 | 90.05 | - |
| YUV | 190.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 239 | 0.42 | 0.13 | 0 | 0.06 | 198.42 | 0.76 | 0.74 |
| Hex | 8A | D0 | EF | 2A | D | 0 | 6 | C6 | 4C | 4A |
| Octal | 212 | 320 | 357 | 52 | 15 | 0 | 6 | 306 | 114 | 112 |
| Binary | 10001010 | 11010000 | 11101111 | 101010 | 1101 | 0 | 110 | 11000110 | 1001100 | 1001010 |
Color Harmonies of #8AD0EF
Complementary color
Monochromatic Colors of #8AD0EF
Black with #8AD0EF
Text Example
Text Example
White with #8AD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0EF; }
p { color: rgb(138,208,239); }
H1.HeaderClassName
{
color: #8AD0EF;
}
.AnyTagClassName
{
color: #8AD0EF;
}
</style>
background-color css
<style>
a { background-color: #8AD0EF; }
a { background-color: rgb(138,208,239); }
div.DivClassName
{
background-color: #8AD0EF;
}
.BgClassName
{
background-color: #8AD0EF;
}
</style>
border-color css
<style>
span { border-color: #8AD0EF; }
span { border-color: rgb(138,208,239); }
td.TdClassName
{
border-color: #8AD0EF;
}
.TagClassName
{
border-color: #8AD0EF;
}
</style>