Shades of Sky Blue #8AD3EE
Tints of Sky Blue #8AD3EE
RGB
CMYK
RGB Variations
Color information
#8AD3EE (or 0x8AD3EE) is known color: Sky Blue. HEX triplet: 8A, D3 and EE. RGB value is (138,211,238). Sum of RGB (Red+Green+Blue) = 138+211+238=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AD3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD3EE is #752C11. Grayscale: #C0C0C0. Windows color (decimal): -7678994 or 15651722. OLE color: 15651722.
HSL color Cylindrical-coordinate representation of color #8AD3EE: hue angle of 196.2º 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 #8AD3EE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 211 | 238 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.07 |
| HSL | 196.2º | 0.75% | 0.74% | - |
| HSV(B) | 196.2º | 0.42% | 0.93% | - |
| XYZ | 49.21 | 58.16 | 89.52 | - |
| YUV | 192.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 238 | 0.42 | 0.11 | 0 | 0.07 | 196.2 | 0.75 | 0.74 |
| Hex | 8A | D3 | EE | 2A | B | 0 | 7 | C4 | 4B | 4A |
| Octal | 212 | 323 | 356 | 52 | 13 | 0 | 7 | 304 | 113 | 112 |
| Binary | 10001010 | 11010011 | 11101110 | 101010 | 1011 | 0 | 111 | 11000100 | 1001011 | 1001010 |
Color Harmonies of #8AD3EE
Complementary color
Monochromatic Colors of #8AD3EE
Black with #8AD3EE
Text Example
Text Example
White with #8AD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD3EE; }
p { color: rgb(138,211,238); }
H1.HeaderClassName
{
color: #8AD3EE;
}
.AnyTagClassName
{
color: #8AD3EE;
}
</style>
background-color css
<style>
a { background-color: #8AD3EE; }
a { background-color: rgb(138,211,238); }
div.DivClassName
{
background-color: #8AD3EE;
}
.BgClassName
{
background-color: #8AD3EE;
}
</style>
border-color css
<style>
span { border-color: #8AD3EE; }
span { border-color: rgb(138,211,238); }
td.TdClassName
{
border-color: #8AD3EE;
}
.TagClassName
{
border-color: #8AD3EE;
}
</style>