Shades of Sky Blue #8ADFEE
Tints of Sky Blue #8ADFEE
RGB
CMYK
RGB Variations
Color information
#8ADFEE (or 0x8ADFEE) is known color: Sky Blue. HEX triplet: 8A, DF and EE. RGB value is (138,223,238). Sum of RGB (Red+Green+Blue) = 138+223+238=599 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.04% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ADFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFEE is #752011. Grayscale: #C7C7C7. Windows color (decimal): -7675922 or 15654794. OLE color: 15654794.
HSL color Cylindrical-coordinate representation of color #8ADFEE: hue angle of 189º 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 #8ADFEE is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 223 | 238 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.07 |
| HSL | 189º | 0.75% | 0.74% | - |
| HSV(B) | 189º | 0.42% | 0.93% | - |
| XYZ | 52.3 | 64.35 | 90.55 | - |
| YUV | 199.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 238 | 0.42 | 0.06 | 0 | 0.07 | 189 | 0.75 | 0.74 |
| Hex | 8A | DF | EE | 2A | 6 | 0 | 7 | BD | 4B | 4A |
| Octal | 212 | 337 | 356 | 52 | 6 | 0 | 7 | 275 | 113 | 112 |
| Binary | 10001010 | 11011111 | 11101110 | 101010 | 110 | 0 | 111 | 10111101 | 1001011 | 1001010 |
Color Harmonies of #8ADFEE
Complementary color
Monochromatic Colors of #8ADFEE
Black with #8ADFEE
Text Example
Text Example
White with #8ADFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFEE; }
p { color: rgb(138,223,238); }
H1.HeaderClassName
{
color: #8ADFEE;
}
.AnyTagClassName
{
color: #8ADFEE;
}
</style>
background-color css
<style>
a { background-color: #8ADFEE; }
a { background-color: rgb(138,223,238); }
div.DivClassName
{
background-color: #8ADFEE;
}
.BgClassName
{
background-color: #8ADFEE;
}
</style>
border-color css
<style>
span { border-color: #8ADFEE; }
span { border-color: rgb(138,223,238); }
td.TdClassName
{
border-color: #8ADFEE;
}
.TagClassName
{
border-color: #8ADFEE;
}
</style>