Shades of Sky Blue #8ADAEE
Tints of Sky Blue #8ADAEE
RGB
CMYK
RGB Variations
Color information
#8ADAEE (or 0x8ADAEE) is known color: Sky Blue. HEX triplet: 8A, DA and EE. RGB value is (138,218,238). Sum of RGB (Red+Green+Blue) = 138+218+238=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ADAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAEE is #752511. Grayscale: #C4C4C4. Windows color (decimal): -7677202 or 15653514. OLE color: 15653514.
HSL color Cylindrical-coordinate representation of color #8ADAEE: hue angle of 192º degrees, saturation: 0.75, 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 #8ADAEE is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 218 | 238 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.07 |
| HSL | 192º | 0.75% | 0.74% | - |
| HSV(B) | 192º | 0.42% | 0.93% | - |
| XYZ | 50.99 | 61.72 | 90.11 | - |
| YUV | 196.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 238 | 0.42 | 0.08 | 0 | 0.07 | 192 | 0.75 | 0.74 |
| Hex | 8A | DA | EE | 2A | 8 | 0 | 7 | C0 | 4B | 4A |
| Octal | 212 | 332 | 356 | 52 | 10 | 0 | 7 | 300 | 113 | 112 |
| Binary | 10001010 | 11011010 | 11101110 | 101010 | 1000 | 0 | 111 | 11000000 | 1001011 | 1001010 |
Color Harmonies of #8ADAEE
Complementary color
Monochromatic Colors of #8ADAEE
Black with #8ADAEE
Text Example
Text Example
White with #8ADAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAEE; }
p { color: rgb(138,218,238); }
H1.HeaderClassName
{
color: #8ADAEE;
}
.AnyTagClassName
{
color: #8ADAEE;
}
</style>
background-color css
<style>
a { background-color: #8ADAEE; }
a { background-color: rgb(138,218,238); }
div.DivClassName
{
background-color: #8ADAEE;
}
.BgClassName
{
background-color: #8ADAEE;
}
</style>
border-color css
<style>
span { border-color: #8ADAEE; }
span { border-color: rgb(138,218,238); }
td.TdClassName
{
border-color: #8ADAEE;
}
.TagClassName
{
border-color: #8ADAEE;
}
</style>