Shades of Sky Blue #8ADFE7
Tints of Sky Blue #8ADFE7
RGB
CMYK
RGB Variations
Color information
#8ADFE7 (or 0x8ADFE7) is known color: Sky Blue. HEX triplet: 8A, DF and E7. RGB value is (138,223,231). Sum of RGB (Red+Green+Blue) = 138+223+231=592 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.31% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 231 - color contains mainly: blue. Hex color #8ADFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFE7 is #752018. Grayscale: #C6C6C6. Windows color (decimal): -7675929 or 15196042. OLE color: 15196042.
HSL color Cylindrical-coordinate representation of color #8ADFE7: hue angle of 185.16º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ADFE7 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 223 | 231 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.09 |
| HSL | 185.16º | 0.66% | 0.72% | - |
| HSV(B) | 185.16º | 0.4% | 0.91% | - |
| XYZ | 51.29 | 63.95 | 85.24 | - |
| YUV | 198.5 | 146.34 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 231 | 0.40 | 0.03 | 0 | 0.09 | 185.16 | 0.66 | 0.72 |
| Hex | 8A | DF | E7 | 28 | 3 | 0 | 9 | B9 | 42 | 48 |
| Octal | 212 | 337 | 347 | 50 | 3 | 0 | 11 | 271 | 102 | 110 |
| Binary | 10001010 | 11011111 | 11100111 | 101000 | 11 | 0 | 1001 | 10111001 | 1000010 | 1001000 |
Color Harmonies of #8ADFE7
Complementary color
Monochromatic Colors of #8ADFE7
Black with #8ADFE7
Text Example
Text Example
White with #8ADFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFE7; }
p { color: rgb(138,223,231); }
H1.HeaderClassName
{
color: #8ADFE7;
}
.AnyTagClassName
{
color: #8ADFE7;
}
</style>
background-color css
<style>
a { background-color: #8ADFE7; }
a { background-color: rgb(138,223,231); }
div.DivClassName
{
background-color: #8ADFE7;
}
.BgClassName
{
background-color: #8ADFE7;
}
</style>
border-color css
<style>
span { border-color: #8ADFE7; }
span { border-color: rgb(138,223,231); }
td.TdClassName
{
border-color: #8ADFE7;
}
.TagClassName
{
border-color: #8ADFE7;
}
</style>