Shades of Light Sky Blue #8ADAFF
Tints of Light Sky Blue #8ADAFF
RGB
CMYK
RGB Variations
Color information
#8ADAFF (or 0x8ADAFF) is known color: Light Sky Blue. HEX triplet: 8A, DA and FF. RGB value is (138,218,255). Sum of RGB (Red+Green+Blue) = 138+218+255=611 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.59% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ADAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAFF is #752500. Grayscale: #C6C6C6. Windows color (decimal): -7677185 or 16767626. OLE color: 16767626.
HSL color Cylindrical-coordinate representation of color #8ADAFF: hue angle of 198.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ADAFF is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 218 | 255 | - |
| CMYK | 0.46 | 0.15 | 0 | 0 |
| HSL | 198.97º | 1% | 0.77% | - |
| HSV(B) | 198.97º | 0.46% | 1% | - |
| XYZ | 53.6 | 62.77 | 103.9 | - |
| YUV | 198.3 | 160 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 255 | 0.46 | 0.15 | 0 | 0 | 198.97 | 1 | 0.77 |
| Hex | 8A | DA | FF | 2E | F | 0 | 0 | C7 | 64 | 4D |
| Octal | 212 | 332 | 377 | 56 | 17 | 0 | 0 | 307 | 144 | 115 |
| Binary | 10001010 | 11011010 | 11111111 | 101110 | 1111 | 0 | 0 | 11000111 | 1100100 | 1001101 |
Color Harmonies of #8ADAFF
Complementary color
Monochromatic Colors of #8ADAFF
Black with #8ADAFF
Text Example
Text Example
White with #8ADAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAFF; }
p { color: rgb(138,218,255); }
H1.HeaderClassName
{
color: #8ADAFF;
}
.AnyTagClassName
{
color: #8ADAFF;
}
</style>
background-color css
<style>
a { background-color: #8ADAFF; }
a { background-color: rgb(138,218,255); }
div.DivClassName
{
background-color: #8ADAFF;
}
.BgClassName
{
background-color: #8ADAFF;
}
</style>
border-color css
<style>
span { border-color: #8ADAFF; }
span { border-color: rgb(138,218,255); }
td.TdClassName
{
border-color: #8ADAFF;
}
.TagClassName
{
border-color: #8ADAFF;
}
</style>