Shades of Sky Blue #8AD8ED
Tints of Sky Blue #8AD8ED
RGB
CMYK
RGB Variations
Color information
#8AD8ED (or 0x8AD8ED) is known color: Sky Blue. HEX triplet: 8A, D8 and ED. RGB value is (138,216,237). Sum of RGB (Red+Green+Blue) = 138+216+237=591 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.35% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AD8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD8ED is #752712. Grayscale: #C2C2C2. Windows color (decimal): -7677715 or 15587466. OLE color: 15587466.
HSL color Cylindrical-coordinate representation of color #8AD8ED: hue angle of 192.73º 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 #8AD8ED is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 216 | 237 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.07 |
| HSL | 192.73º | 0.73% | 0.74% | - |
| HSV(B) | 192.73º | 0.42% | 0.93% | - |
| XYZ | 50.32 | 60.63 | 89.17 | - |
| YUV | 195.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 237 | 0.42 | 0.09 | 0 | 0.07 | 192.73 | 0.73 | 0.74 |
| Hex | 8A | D8 | ED | 2A | 9 | 0 | 7 | C1 | 49 | 4A |
| Octal | 212 | 330 | 355 | 52 | 11 | 0 | 7 | 301 | 111 | 112 |
| Binary | 10001010 | 11011000 | 11101101 | 101010 | 1001 | 0 | 111 | 11000001 | 1001001 | 1001010 |
Color Harmonies of #8AD8ED
Complementary color
Monochromatic Colors of #8AD8ED
Black with #8AD8ED
Text Example
Text Example
White with #8AD8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD8ED; }
p { color: rgb(138,216,237); }
H1.HeaderClassName
{
color: #8AD8ED;
}
.AnyTagClassName
{
color: #8AD8ED;
}
</style>
background-color css
<style>
a { background-color: #8AD8ED; }
a { background-color: rgb(138,216,237); }
div.DivClassName
{
background-color: #8AD8ED;
}
.BgClassName
{
background-color: #8AD8ED;
}
</style>
border-color css
<style>
span { border-color: #8AD8ED; }
span { border-color: rgb(138,216,237); }
td.TdClassName
{
border-color: #8AD8ED;
}
.TagClassName
{
border-color: #8AD8ED;
}
</style>