Shades of Sky Blue #8ADDE7
Tints of Sky Blue #8ADDE7
RGB
CMYK
RGB Variations
Color information
#8ADDE7 (or 0x8ADDE7) is known color: Sky Blue. HEX triplet: 8A, DD and E7. RGB value is (138,221,231). Sum of RGB (Red+Green+Blue) = 138+221+231=590 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.39% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 231 - color contains mainly: blue. Hex color #8ADDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDE7 is #752218. Grayscale: #C5C5C5. Windows color (decimal): -7676441 or 15195530. OLE color: 15195530.
HSL color Cylindrical-coordinate representation of color #8ADDE7: hue angle of 186.45º 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 #8ADDE7 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 221 | 231 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.09 |
| HSL | 186.45º | 0.66% | 0.72% | - |
| HSV(B) | 186.45º | 0.4% | 0.91% | - |
| XYZ | 50.76 | 62.89 | 85.06 | - |
| YUV | 197.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 231 | 0.40 | 0.04 | 0 | 0.09 | 186.45 | 0.66 | 0.72 |
| Hex | 8A | DD | E7 | 28 | 4 | 0 | 9 | BA | 42 | 48 |
| Octal | 212 | 335 | 347 | 50 | 4 | 0 | 11 | 272 | 102 | 110 |
| Binary | 10001010 | 11011101 | 11100111 | 101000 | 100 | 0 | 1001 | 10111010 | 1000010 | 1001000 |
Color Harmonies of #8ADDE7
Complementary color
Monochromatic Colors of #8ADDE7
Black with #8ADDE7
Text Example
Text Example
White with #8ADDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDE7; }
p { color: rgb(138,221,231); }
H1.HeaderClassName
{
color: #8ADDE7;
}
.AnyTagClassName
{
color: #8ADDE7;
}
</style>
background-color css
<style>
a { background-color: #8ADDE7; }
a { background-color: rgb(138,221,231); }
div.DivClassName
{
background-color: #8ADDE7;
}
.BgClassName
{
background-color: #8ADDE7;
}
</style>
border-color css
<style>
span { border-color: #8ADDE7; }
span { border-color: rgb(138,221,231); }
td.TdClassName
{
border-color: #8ADDE7;
}
.TagClassName
{
border-color: #8ADDE7;
}
</style>