Shades of Sky Blue #8AD1EF
Tints of Sky Blue #8AD1EF
RGB
CMYK
RGB Variations
Color information
#8AD1EF (or 0x8AD1EF) is known color: Sky Blue. HEX triplet: 8A, D1 and EF. RGB value is (138,209,239). Sum of RGB (Red+Green+Blue) = 138+209+239=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AD1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD1EF is #752E10. Grayscale: #BEBEBE. Windows color (decimal): -7679505 or 15716746. OLE color: 15716746.
HSL color Cylindrical-coordinate representation of color #8AD1EF: hue angle of 197.82º 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 #8AD1EF is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 209 | 239 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.06 |
| HSL | 197.82º | 0.76% | 0.74% | - |
| HSV(B) | 197.82º | 0.42% | 0.94% | - |
| XYZ | 48.86 | 57.24 | 90.13 | - |
| YUV | 191.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 239 | 0.42 | 0.13 | 0 | 0.06 | 197.82 | 0.76 | 0.74 |
| Hex | 8A | D1 | EF | 2A | D | 0 | 6 | C6 | 4C | 4A |
| Octal | 212 | 321 | 357 | 52 | 15 | 0 | 6 | 306 | 114 | 112 |
| Binary | 10001010 | 11010001 | 11101111 | 101010 | 1101 | 0 | 110 | 11000110 | 1001100 | 1001010 |
Color Harmonies of #8AD1EF
Complementary color
Monochromatic Colors of #8AD1EF
Black with #8AD1EF
Text Example
Text Example
White with #8AD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD1EF; }
p { color: rgb(138,209,239); }
H1.HeaderClassName
{
color: #8AD1EF;
}
.AnyTagClassName
{
color: #8AD1EF;
}
</style>
background-color css
<style>
a { background-color: #8AD1EF; }
a { background-color: rgb(138,209,239); }
div.DivClassName
{
background-color: #8AD1EF;
}
.BgClassName
{
background-color: #8AD1EF;
}
</style>
border-color css
<style>
span { border-color: #8AD1EF; }
span { border-color: rgb(138,209,239); }
td.TdClassName
{
border-color: #8AD1EF;
}
.TagClassName
{
border-color: #8AD1EF;
}
</style>