Shades of Sky Blue #8ADFED
Tints of Sky Blue #8ADFED
RGB
CMYK
RGB Variations
Color information
#8ADFED (or 0x8ADFED) is known color: Sky Blue. HEX triplet: 8A, DF and ED. RGB value is (138,223,237). Sum of RGB (Red+Green+Blue) = 138+223+237=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ADFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFED is #752012. Grayscale: #C7C7C7. Windows color (decimal): -7675923 or 15589258. OLE color: 15589258.
HSL color Cylindrical-coordinate representation of color #8ADFED: hue angle of 188.48º degrees, saturation: 0.73, 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 #8ADFED is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 223 | 237 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.07 |
| HSL | 188.48º | 0.73% | 0.74% | - |
| HSV(B) | 188.48º | 0.42% | 0.93% | - |
| XYZ | 52.15 | 64.29 | 89.78 | - |
| YUV | 199.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 237 | 0.42 | 0.06 | 0 | 0.07 | 188.48 | 0.73 | 0.74 |
| Hex | 8A | DF | ED | 2A | 6 | 0 | 7 | BC | 49 | 4A |
| Octal | 212 | 337 | 355 | 52 | 6 | 0 | 7 | 274 | 111 | 112 |
| Binary | 10001010 | 11011111 | 11101101 | 101010 | 110 | 0 | 111 | 10111100 | 1001001 | 1001010 |
Color Harmonies of #8ADFED
Complementary color
Monochromatic Colors of #8ADFED
Black with #8ADFED
Text Example
Text Example
White with #8ADFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFED; }
p { color: rgb(138,223,237); }
H1.HeaderClassName
{
color: #8ADFED;
}
.AnyTagClassName
{
color: #8ADFED;
}
</style>
background-color css
<style>
a { background-color: #8ADFED; }
a { background-color: rgb(138,223,237); }
div.DivClassName
{
background-color: #8ADFED;
}
.BgClassName
{
background-color: #8ADFED;
}
</style>
border-color css
<style>
span { border-color: #8ADFED; }
span { border-color: rgb(138,223,237); }
td.TdClassName
{
border-color: #8ADFED;
}
.TagClassName
{
border-color: #8ADFED;
}
</style>