Shades of Sky Blue #8ADBEE
Tints of Sky Blue #8ADBEE
RGB
CMYK
RGB Variations
Color information
#8ADBEE (or 0x8ADBEE) is known color: Sky Blue. HEX triplet: 8A, DB and EE. RGB value is (138,219,238). Sum of RGB (Red+Green+Blue) = 138+219+238=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ADBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBEE is #752411. Grayscale: #C4C4C4. Windows color (decimal): -7676946 or 15653770. OLE color: 15653770.
HSL color Cylindrical-coordinate representation of color #8ADBEE: hue angle of 191.4º 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 #8ADBEE is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 219 | 238 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.07 |
| HSL | 191.4º | 0.75% | 0.74% | - |
| HSV(B) | 191.4º | 0.42% | 0.93% | - |
| XYZ | 51.25 | 62.24 | 90.2 | - |
| YUV | 196.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 238 | 0.42 | 0.08 | 0 | 0.07 | 191.4 | 0.75 | 0.74 |
| Hex | 8A | DB | EE | 2A | 8 | 0 | 7 | BF | 4B | 4A |
| Octal | 212 | 333 | 356 | 52 | 10 | 0 | 7 | 277 | 113 | 112 |
| Binary | 10001010 | 11011011 | 11101110 | 101010 | 1000 | 0 | 111 | 10111111 | 1001011 | 1001010 |
Color Harmonies of #8ADBEE
Complementary color
Monochromatic Colors of #8ADBEE
Black with #8ADBEE
Text Example
Text Example
White with #8ADBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBEE; }
p { color: rgb(138,219,238); }
H1.HeaderClassName
{
color: #8ADBEE;
}
.AnyTagClassName
{
color: #8ADBEE;
}
</style>
background-color css
<style>
a { background-color: #8ADBEE; }
a { background-color: rgb(138,219,238); }
div.DivClassName
{
background-color: #8ADBEE;
}
.BgClassName
{
background-color: #8ADBEE;
}
</style>
border-color css
<style>
span { border-color: #8ADBEE; }
span { border-color: rgb(138,219,238); }
td.TdClassName
{
border-color: #8ADBEE;
}
.TagClassName
{
border-color: #8ADBEE;
}
</style>