Shades of Sky Blue #8ADBED
Tints of Sky Blue #8ADBED
RGB
CMYK
RGB Variations
Color information
#8ADBED (or 0x8ADBED) is known color: Sky Blue. HEX triplet: 8A, DB and ED. RGB value is (138,219,237). Sum of RGB (Red+Green+Blue) = 138+219+237=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ADBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBED is #752412. Grayscale: #C4C4C4. Windows color (decimal): -7676947 or 15588234. OLE color: 15588234.
HSL color Cylindrical-coordinate representation of color #8ADBED: hue angle of 190.91º degrees, saturation: 0.73, 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 #8ADBED is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 219 | 237 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.07 |
| HSL | 190.91º | 0.73% | 0.74% | - |
| HSV(B) | 190.91º | 0.42% | 0.93% | - |
| XYZ | 51.1 | 62.18 | 89.43 | - |
| YUV | 196.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 237 | 0.42 | 0.08 | 0 | 0.07 | 190.91 | 0.73 | 0.74 |
| Hex | 8A | DB | ED | 2A | 8 | 0 | 7 | BF | 49 | 4A |
| Octal | 212 | 333 | 355 | 52 | 10 | 0 | 7 | 277 | 111 | 112 |
| Binary | 10001010 | 11011011 | 11101101 | 101010 | 1000 | 0 | 111 | 10111111 | 1001001 | 1001010 |
Color Harmonies of #8ADBED
Complementary color
Monochromatic Colors of #8ADBED
Black with #8ADBED
Text Example
Text Example
White with #8ADBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBED; }
p { color: rgb(138,219,237); }
H1.HeaderClassName
{
color: #8ADBED;
}
.AnyTagClassName
{
color: #8ADBED;
}
</style>
background-color css
<style>
a { background-color: #8ADBED; }
a { background-color: rgb(138,219,237); }
div.DivClassName
{
background-color: #8ADBED;
}
.BgClassName
{
background-color: #8ADBED;
}
</style>
border-color css
<style>
span { border-color: #8ADBED; }
span { border-color: rgb(138,219,237); }
td.TdClassName
{
border-color: #8ADBED;
}
.TagClassName
{
border-color: #8ADBED;
}
</style>