Shades of Sky Blue #8ADCEC
Tints of Sky Blue #8ADCEC
RGB
CMYK
RGB Variations
Color information
#8ADCEC (or 0x8ADCEC) is known color: Sky Blue. HEX triplet: 8A, DC and EC. RGB value is (138,220,236). Sum of RGB (Red+Green+Blue) = 138+220+236=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ADCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADCEC is #752313. Grayscale: #C5C5C5. Windows color (decimal): -7676692 or 15522954. OLE color: 15522954.
HSL color Cylindrical-coordinate representation of color #8ADCEC: hue angle of 189.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADCEC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 220 | 236 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.07 |
| HSL | 189.8º | 0.72% | 0.73% | - |
| HSV(B) | 189.8º | 0.42% | 0.93% | - |
| XYZ | 51.21 | 62.65 | 88.75 | - |
| YUV | 197.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 236 | 0.42 | 0.07 | 0 | 0.07 | 189.8 | 0.72 | 0.73 |
| Hex | 8A | DC | EC | 2A | 7 | 0 | 7 | BE | 48 | 49 |
| Octal | 212 | 334 | 354 | 52 | 7 | 0 | 7 | 276 | 110 | 111 |
| Binary | 10001010 | 11011100 | 11101100 | 101010 | 111 | 0 | 111 | 10111110 | 1001000 | 1001001 |
Color Harmonies of #8ADCEC
Complementary color
Monochromatic Colors of #8ADCEC
Black with #8ADCEC
Text Example
Text Example
White with #8ADCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCEC; }
p { color: rgb(138,220,236); }
H1.HeaderClassName
{
color: #8ADCEC;
}
.AnyTagClassName
{
color: #8ADCEC;
}
</style>
background-color css
<style>
a { background-color: #8ADCEC; }
a { background-color: rgb(138,220,236); }
div.DivClassName
{
background-color: #8ADCEC;
}
.BgClassName
{
background-color: #8ADCEC;
}
</style>
border-color css
<style>
span { border-color: #8ADCEC; }
span { border-color: rgb(138,220,236); }
td.TdClassName
{
border-color: #8ADCEC;
}
.TagClassName
{
border-color: #8ADCEC;
}
</style>