Shades of Sky Blue #8ADEE7
Tints of Sky Blue #8ADEE7
RGB
CMYK
RGB Variations
Color information
#8ADEE7 (or 0x8ADEE7) is known color: Sky Blue. HEX triplet: 8A, DE and E7. RGB value is (138,222,231). Sum of RGB (Red+Green+Blue) = 138+222+231=591 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.35% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #8ADEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADEE7 is #752118. Grayscale: #C5C5C5. Windows color (decimal): -7676185 or 15195786. OLE color: 15195786.
HSL color Cylindrical-coordinate representation of color #8ADEE7: hue angle of 185.81º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ADEE7 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 222 | 231 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.09 |
| HSL | 185.81º | 0.66% | 0.72% | - |
| HSV(B) | 185.81º | 0.4% | 0.91% | - |
| XYZ | 51.03 | 63.42 | 85.15 | - |
| YUV | 197.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 231 | 0.40 | 0.04 | 0 | 0.09 | 185.81 | 0.66 | 0.72 |
| Hex | 8A | DE | E7 | 28 | 4 | 0 | 9 | BA | 42 | 48 |
| Octal | 212 | 336 | 347 | 50 | 4 | 0 | 11 | 272 | 102 | 110 |
| Binary | 10001010 | 11011110 | 11100111 | 101000 | 100 | 0 | 1001 | 10111010 | 1000010 | 1001000 |
Color Harmonies of #8ADEE7
Complementary color
Monochromatic Colors of #8ADEE7
Black with #8ADEE7
Text Example
Text Example
White with #8ADEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADEE7; }
p { color: rgb(138,222,231); }
H1.HeaderClassName
{
color: #8ADEE7;
}
.AnyTagClassName
{
color: #8ADEE7;
}
</style>
background-color css
<style>
a { background-color: #8ADEE7; }
a { background-color: rgb(138,222,231); }
div.DivClassName
{
background-color: #8ADEE7;
}
.BgClassName
{
background-color: #8ADEE7;
}
</style>
border-color css
<style>
span { border-color: #8ADEE7; }
span { border-color: rgb(138,222,231); }
td.TdClassName
{
border-color: #8ADEE7;
}
.TagClassName
{
border-color: #8ADEE7;
}
</style>