Shades of Sky Blue #8ADFEB
Tints of Sky Blue #8ADFEB
RGB
CMYK
RGB Variations
Color information
#8ADFEB (or 0x8ADFEB) is known color: Sky Blue. HEX triplet: 8A, DF and EB. RGB value is (138,223,235). Sum of RGB (Red+Green+Blue) = 138+223+235=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ADFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFEB is #752014. Grayscale: #C6C6C6. Windows color (decimal): -7675925 or 15458186. OLE color: 15458186.
HSL color Cylindrical-coordinate representation of color #8ADFEB: hue angle of 187.42º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ADFEB is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 223 | 235 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.08 |
| HSL | 187.42º | 0.71% | 0.73% | - |
| HSV(B) | 187.42º | 0.41% | 0.92% | - |
| XYZ | 51.86 | 64.18 | 88.25 | - |
| YUV | 198.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 235 | 0.41 | 0.05 | 0 | 0.08 | 187.42 | 0.71 | 0.73 |
| Hex | 8A | DF | EB | 29 | 5 | 0 | 8 | BB | 47 | 49 |
| Octal | 212 | 337 | 353 | 51 | 5 | 0 | 10 | 273 | 107 | 111 |
| Binary | 10001010 | 11011111 | 11101011 | 101001 | 101 | 0 | 1000 | 10111011 | 1000111 | 1001001 |
Color Harmonies of #8ADFEB
Complementary color
Monochromatic Colors of #8ADFEB
Black with #8ADFEB
Text Example
Text Example
White with #8ADFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFEB; }
p { color: rgb(138,223,235); }
H1.HeaderClassName
{
color: #8ADFEB;
}
.AnyTagClassName
{
color: #8ADFEB;
}
</style>
background-color css
<style>
a { background-color: #8ADFEB; }
a { background-color: rgb(138,223,235); }
div.DivClassName
{
background-color: #8ADFEB;
}
.BgClassName
{
background-color: #8ADFEB;
}
</style>
border-color css
<style>
span { border-color: #8ADFEB; }
span { border-color: rgb(138,223,235); }
td.TdClassName
{
border-color: #8ADFEB;
}
.TagClassName
{
border-color: #8ADFEB;
}
</style>