Shades of Sky Blue #8ADDEF
Tints of Sky Blue #8ADDEF
RGB
CMYK
RGB Variations
Color information
#8ADDEF (or 0x8ADDEF) is known color: Sky Blue. HEX triplet: 8A, DD and EF. RGB value is (138,221,239). Sum of RGB (Red+Green+Blue) = 138+221+239=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ADDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDEF is #752210. Grayscale: #C6C6C6. Windows color (decimal): -7676433 or 15719818. OLE color: 15719818.
HSL color Cylindrical-coordinate representation of color #8ADDEF: hue angle of 190.69º 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 #8ADDEF is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 221 | 239 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.06 |
| HSL | 190.69º | 0.76% | 0.74% | - |
| HSV(B) | 190.69º | 0.42% | 0.94% | - |
| XYZ | 51.92 | 63.35 | 91.15 | - |
| YUV | 198.24 | 151 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 239 | 0.42 | 0.08 | 0 | 0.06 | 190.69 | 0.76 | 0.74 |
| Hex | 8A | DD | EF | 2A | 8 | 0 | 6 | BF | 4C | 4A |
| Octal | 212 | 335 | 357 | 52 | 10 | 0 | 6 | 277 | 114 | 112 |
| Binary | 10001010 | 11011101 | 11101111 | 101010 | 1000 | 0 | 110 | 10111111 | 1001100 | 1001010 |
Color Harmonies of #8ADDEF
Complementary color
Monochromatic Colors of #8ADDEF
Black with #8ADDEF
Text Example
Text Example
White with #8ADDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDEF; }
p { color: rgb(138,221,239); }
H1.HeaderClassName
{
color: #8ADDEF;
}
.AnyTagClassName
{
color: #8ADDEF;
}
</style>
background-color css
<style>
a { background-color: #8ADDEF; }
a { background-color: rgb(138,221,239); }
div.DivClassName
{
background-color: #8ADDEF;
}
.BgClassName
{
background-color: #8ADDEF;
}
</style>
border-color css
<style>
span { border-color: #8ADDEF; }
span { border-color: rgb(138,221,239); }
td.TdClassName
{
border-color: #8ADDEF;
}
.TagClassName
{
border-color: #8ADDEF;
}
</style>