Shades of Sky Blue #8ADAEF
Tints of Sky Blue #8ADAEF
RGB
CMYK
RGB Variations
Color information
#8ADAEF (or 0x8ADAEF) is known color: Sky Blue. HEX triplet: 8A, DA and EF. RGB value is (138,218,239). Sum of RGB (Red+Green+Blue) = 138+218+239=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ADAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAEF is #752510. Grayscale: #C4C4C4. Windows color (decimal): -7677201 or 15719050. OLE color: 15719050.
HSL color Cylindrical-coordinate representation of color #8ADAEF: hue angle of 192.48º 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 #8ADAEF is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 218 | 239 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.06 |
| HSL | 192.48º | 0.76% | 0.74% | - |
| HSV(B) | 192.48º | 0.42% | 0.94% | - |
| XYZ | 51.13 | 61.78 | 90.89 | - |
| YUV | 196.47 | 152 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 239 | 0.42 | 0.09 | 0 | 0.06 | 192.48 | 0.76 | 0.74 |
| Hex | 8A | DA | EF | 2A | 9 | 0 | 6 | C0 | 4C | 4A |
| Octal | 212 | 332 | 357 | 52 | 11 | 0 | 6 | 300 | 114 | 112 |
| Binary | 10001010 | 11011010 | 11101111 | 101010 | 1001 | 0 | 110 | 11000000 | 1001100 | 1001010 |
Color Harmonies of #8ADAEF
Complementary color
Monochromatic Colors of #8ADAEF
Black with #8ADAEF
Text Example
Text Example
White with #8ADAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAEF; }
p { color: rgb(138,218,239); }
H1.HeaderClassName
{
color: #8ADAEF;
}
.AnyTagClassName
{
color: #8ADAEF;
}
</style>
background-color css
<style>
a { background-color: #8ADAEF; }
a { background-color: rgb(138,218,239); }
div.DivClassName
{
background-color: #8ADAEF;
}
.BgClassName
{
background-color: #8ADAEF;
}
</style>
border-color css
<style>
span { border-color: #8ADAEF; }
span { border-color: rgb(138,218,239); }
td.TdClassName
{
border-color: #8ADAEF;
}
.TagClassName
{
border-color: #8ADAEF;
}
</style>