Shades of Sky Blue #8AE0EA
Tints of Sky Blue #8AE0EA
RGB
CMYK
RGB Variations
Color information
#8AE0EA (or 0x8AE0EA) is known color: Sky Blue. HEX triplet: 8A, E0 and EA. RGB value is (138,224,234). Sum of RGB (Red+Green+Blue) = 138+224+234=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AE0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE0EA is #751F15. Grayscale: #C7C7C7. Windows color (decimal): -7675670 or 15392906. OLE color: 15392906.
HSL color Cylindrical-coordinate representation of color #8AE0EA: hue angle of 186.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AE0EA is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 224 | 234 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.08 |
| HSL | 186.25º | 0.7% | 0.73% | - |
| HSV(B) | 186.25º | 0.41% | 0.92% | - |
| XYZ | 51.99 | 64.66 | 87.58 | - |
| YUV | 199.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 224 | 234 | 0.41 | 0.04 | 0 | 0.08 | 186.25 | 0.7 | 0.73 |
| Hex | 8A | E0 | EA | 29 | 4 | 0 | 8 | BA | 46 | 49 |
| Octal | 212 | 340 | 352 | 51 | 4 | 0 | 10 | 272 | 106 | 111 |
| Binary | 10001010 | 11100000 | 11101010 | 101001 | 100 | 0 | 1000 | 10111010 | 1000110 | 1001001 |
Color Harmonies of #8AE0EA
Complementary color
Monochromatic Colors of #8AE0EA
Black with #8AE0EA
Text Example
Text Example
White with #8AE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE0EA; }
p { color: rgb(138,224,234); }
H1.HeaderClassName
{
color: #8AE0EA;
}
.AnyTagClassName
{
color: #8AE0EA;
}
</style>
background-color css
<style>
a { background-color: #8AE0EA; }
a { background-color: rgb(138,224,234); }
div.DivClassName
{
background-color: #8AE0EA;
}
.BgClassName
{
background-color: #8AE0EA;
}
</style>
border-color css
<style>
span { border-color: #8AE0EA; }
span { border-color: rgb(138,224,234); }
td.TdClassName
{
border-color: #8AE0EA;
}
.TagClassName
{
border-color: #8AE0EA;
}
</style>