Shades of Sky Blue #8AD2EE
Tints of Sky Blue #8AD2EE
RGB
CMYK
RGB Variations
Color information
#8AD2EE (or 0x8AD2EE) is known color: Sky Blue. HEX triplet: 8A, D2 and EE. RGB value is (138,210,238). Sum of RGB (Red+Green+Blue) = 138+210+238=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AD2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD2EE is #752D11. Grayscale: #BFBFBF. Windows color (decimal): -7679250 or 15651466. OLE color: 15651466.
HSL color Cylindrical-coordinate representation of color #8AD2EE: hue angle of 196.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 #8AD2EE is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 210 | 238 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.07 |
| HSL | 196.8º | 0.75% | 0.74% | - |
| HSV(B) | 196.8º | 0.42% | 0.93% | - |
| XYZ | 48.96 | 57.67 | 89.44 | - |
| YUV | 191.66 | 154.15 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 238 | 0.42 | 0.12 | 0 | 0.07 | 196.8 | 0.75 | 0.74 |
| Hex | 8A | D2 | EE | 2A | C | 0 | 7 | C5 | 4B | 4A |
| Octal | 212 | 322 | 356 | 52 | 14 | 0 | 7 | 305 | 113 | 112 |
| Binary | 10001010 | 11010010 | 11101110 | 101010 | 1100 | 0 | 111 | 11000101 | 1001011 | 1001010 |
Color Harmonies of #8AD2EE
Complementary color
Monochromatic Colors of #8AD2EE
Black with #8AD2EE
Text Example
Text Example
White with #8AD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2EE; }
p { color: rgb(138,210,238); }
H1.HeaderClassName
{
color: #8AD2EE;
}
.AnyTagClassName
{
color: #8AD2EE;
}
</style>
background-color css
<style>
a { background-color: #8AD2EE; }
a { background-color: rgb(138,210,238); }
div.DivClassName
{
background-color: #8AD2EE;
}
.BgClassName
{
background-color: #8AD2EE;
}
</style>
border-color css
<style>
span { border-color: #8AD2EE; }
span { border-color: rgb(138,210,238); }
td.TdClassName
{
border-color: #8AD2EE;
}
.TagClassName
{
border-color: #8AD2EE;
}
</style>