Shades of Sky Blue #8ADCED
Tints of Sky Blue #8ADCED
RGB
CMYK
RGB Variations
Color information
#8ADCED (or 0x8ADCED) is known color: Sky Blue. HEX triplet: 8A, DC and ED. RGB value is (138,220,237). Sum of RGB (Red+Green+Blue) = 138+220+237=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ADCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADCED is #752312. Grayscale: #C5C5C5. Windows color (decimal): -7676691 or 15588490. OLE color: 15588490.
HSL color Cylindrical-coordinate representation of color #8ADCED: hue angle of 190.3º 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 #8ADCED is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 220 | 237 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.07 |
| HSL | 190.3º | 0.73% | 0.74% | - |
| HSV(B) | 190.3º | 0.42% | 0.93% | - |
| XYZ | 51.36 | 62.7 | 89.52 | - |
| YUV | 197.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 237 | 0.42 | 0.07 | 0 | 0.07 | 190.3 | 0.73 | 0.74 |
| Hex | 8A | DC | ED | 2A | 7 | 0 | 7 | BE | 49 | 4A |
| Octal | 212 | 334 | 355 | 52 | 7 | 0 | 7 | 276 | 111 | 112 |
| Binary | 10001010 | 11011100 | 11101101 | 101010 | 111 | 0 | 111 | 10111110 | 1001001 | 1001010 |
Color Harmonies of #8ADCED
Complementary color
Monochromatic Colors of #8ADCED
Black with #8ADCED
Text Example
Text Example
White with #8ADCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCED; }
p { color: rgb(138,220,237); }
H1.HeaderClassName
{
color: #8ADCED;
}
.AnyTagClassName
{
color: #8ADCED;
}
</style>
background-color css
<style>
a { background-color: #8ADCED; }
a { background-color: rgb(138,220,237); }
div.DivClassName
{
background-color: #8ADCED;
}
.BgClassName
{
background-color: #8ADCED;
}
</style>
border-color css
<style>
span { border-color: #8ADCED; }
span { border-color: rgb(138,220,237); }
td.TdClassName
{
border-color: #8ADCED;
}
.TagClassName
{
border-color: #8ADCED;
}
</style>