Shades of Sky Blue #8AD7EE
Tints of Sky Blue #8AD7EE
RGB
CMYK
RGB Variations
Color information
#8AD7EE (or 0x8AD7EE) is known color: Sky Blue. HEX triplet: 8A, D7 and EE. RGB value is (138,215,238). Sum of RGB (Red+Green+Blue) = 138+215+238=591 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.35% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AD7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD7EE is #752811. Grayscale: #C2C2C2. Windows color (decimal): -7677970 or 15652746. OLE color: 15652746.
HSL color Cylindrical-coordinate representation of color #8AD7EE: hue angle of 193.8º degrees, saturation: 0.75, 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 #8AD7EE is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 215 | 238 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.07 |
| HSL | 193.8º | 0.75% | 0.74% | - |
| HSV(B) | 193.8º | 0.42% | 0.93% | - |
| XYZ | 50.21 | 60.18 | 89.86 | - |
| YUV | 194.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 215 | 238 | 0.42 | 0.10 | 0 | 0.07 | 193.8 | 0.75 | 0.74 |
| Hex | 8A | D7 | EE | 2A | A | 0 | 7 | C2 | 4B | 4A |
| Octal | 212 | 327 | 356 | 52 | 12 | 0 | 7 | 302 | 113 | 112 |
| Binary | 10001010 | 11010111 | 11101110 | 101010 | 1010 | 0 | 111 | 11000010 | 1001011 | 1001010 |
Color Harmonies of #8AD7EE
Complementary color
Monochromatic Colors of #8AD7EE
Black with #8AD7EE
Text Example
Text Example
White with #8AD7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD7EE; }
p { color: rgb(138,215,238); }
H1.HeaderClassName
{
color: #8AD7EE;
}
.AnyTagClassName
{
color: #8AD7EE;
}
</style>
background-color css
<style>
a { background-color: #8AD7EE; }
a { background-color: rgb(138,215,238); }
div.DivClassName
{
background-color: #8AD7EE;
}
.BgClassName
{
background-color: #8AD7EE;
}
</style>
border-color css
<style>
span { border-color: #8AD7EE; }
span { border-color: rgb(138,215,238); }
td.TdClassName
{
border-color: #8AD7EE;
}
.TagClassName
{
border-color: #8AD7EE;
}
</style>