Shades of Sky Blue #8ADBE6
Tints of Sky Blue #8ADBE6
RGB
CMYK
RGB Variations
Color information
#8ADBE6 (or 0x8ADBE6) is known color: Sky Blue. HEX triplet: 8A, DB and E6. RGB value is (138,219,230). Sum of RGB (Red+Green+Blue) = 138+219+230=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #8ADBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBE6 is #752419. Grayscale: #C3C3C3. Windows color (decimal): -7676954 or 15129482. OLE color: 15129482.
HSL color Cylindrical-coordinate representation of color #8ADBE6: hue angle of 187.17º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ADBE6 is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 219 | 230 | - |
| CMYK | 0.4 | 0.05 | 0 | 0.10 |
| HSL | 187.17º | 0.65% | 0.72% | - |
| HSV(B) | 187.17º | 0.4% | 0.9% | - |
| XYZ | 50.1 | 61.78 | 84.15 | - |
| YUV | 196.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 230 | 0.4 | 0.05 | 0 | 0.10 | 187.17 | 0.65 | 0.72 |
| Hex | 8A | DB | E6 | 28 | 5 | 0 | A | BB | 41 | 48 |
| Octal | 212 | 333 | 346 | 50 | 5 | 0 | 12 | 273 | 101 | 110 |
| Binary | 10001010 | 11011011 | 11100110 | 101000 | 101 | 0 | 1010 | 10111011 | 1000001 | 1001000 |
Color Harmonies of #8ADBE6
Complementary color
Monochromatic Colors of #8ADBE6
Black with #8ADBE6
Text Example
Text Example
White with #8ADBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBE6; }
p { color: rgb(138,219,230); }
H1.HeaderClassName
{
color: #8ADBE6;
}
.AnyTagClassName
{
color: #8ADBE6;
}
</style>
background-color css
<style>
a { background-color: #8ADBE6; }
a { background-color: rgb(138,219,230); }
div.DivClassName
{
background-color: #8ADBE6;
}
.BgClassName
{
background-color: #8ADBE6;
}
</style>
border-color css
<style>
span { border-color: #8ADBE6; }
span { border-color: rgb(138,219,230); }
td.TdClassName
{
border-color: #8ADBE6;
}
.TagClassName
{
border-color: #8ADBE6;
}
</style>