Shades of Sky Blue #8AD1ED
Tints of Sky Blue #8AD1ED
RGB
CMYK
RGB Variations
Color information
#8AD1ED (or 0x8AD1ED) is known color: Sky Blue. HEX triplet: 8A, D1 and ED. RGB value is (138,209,237). Sum of RGB (Red+Green+Blue) = 138+209+237=584 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.63% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AD1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD1ED is #752E12. Grayscale: #BEBEBE. Windows color (decimal): -7679507 or 15585674. OLE color: 15585674.
HSL color Cylindrical-coordinate representation of color #8AD1ED: hue angle of 196.97º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AD1ED is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 209 | 237 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.07 |
| HSL | 196.97º | 0.73% | 0.74% | - |
| HSV(B) | 196.97º | 0.42% | 0.93% | - |
| XYZ | 48.57 | 57.12 | 88.59 | - |
| YUV | 190.96 | 153.98 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 237 | 0.42 | 0.12 | 0 | 0.07 | 196.97 | 0.73 | 0.74 |
| Hex | 8A | D1 | ED | 2A | C | 0 | 7 | C5 | 49 | 4A |
| Octal | 212 | 321 | 355 | 52 | 14 | 0 | 7 | 305 | 111 | 112 |
| Binary | 10001010 | 11010001 | 11101101 | 101010 | 1100 | 0 | 111 | 11000101 | 1001001 | 1001010 |
Color Harmonies of #8AD1ED
Complementary color
Monochromatic Colors of #8AD1ED
Black with #8AD1ED
Text Example
Text Example
White with #8AD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD1ED; }
p { color: rgb(138,209,237); }
H1.HeaderClassName
{
color: #8AD1ED;
}
.AnyTagClassName
{
color: #8AD1ED;
}
</style>
background-color css
<style>
a { background-color: #8AD1ED; }
a { background-color: rgb(138,209,237); }
div.DivClassName
{
background-color: #8AD1ED;
}
.BgClassName
{
background-color: #8AD1ED;
}
</style>
border-color css
<style>
span { border-color: #8AD1ED; }
span { border-color: rgb(138,209,237); }
td.TdClassName
{
border-color: #8AD1ED;
}
.TagClassName
{
border-color: #8AD1ED;
}
</style>