Shades of Light Sky Blue #8ADAFD
Tints of Light Sky Blue #8ADAFD
RGB
CMYK
RGB Variations
Color information
#8ADAFD (or 0x8ADAFD) is known color: Light Sky Blue. HEX triplet: 8A, DA and FD. RGB value is (138,218,253). Sum of RGB (Red+Green+Blue) = 138+218+253=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ADAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAFD is #752502. Grayscale: #C5C5C5. Windows color (decimal): -7677187 or 16636554. OLE color: 16636554.
HSL color Cylindrical-coordinate representation of color #8ADAFD: hue angle of 198.26º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ADAFD is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 218 | 253 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.01 |
| HSL | 198.26º | 0.97% | 0.77% | - |
| HSV(B) | 198.26º | 0.45% | 0.99% | - |
| XYZ | 53.28 | 62.64 | 102.21 | - |
| YUV | 198.07 | 159 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 253 | 0.45 | 0.14 | 0 | 0.01 | 198.26 | 0.97 | 0.77 |
| Hex | 8A | DA | FD | 2D | E | 0 | 1 | C6 | 61 | 4D |
| Octal | 212 | 332 | 375 | 55 | 16 | 0 | 1 | 306 | 141 | 115 |
| Binary | 10001010 | 11011010 | 11111101 | 101101 | 1110 | 0 | 1 | 11000110 | 1100001 | 1001101 |
Color Harmonies of #8ADAFD
Complementary color
Monochromatic Colors of #8ADAFD
Black with #8ADAFD
Text Example
Text Example
White with #8ADAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAFD; }
p { color: rgb(138,218,253); }
H1.HeaderClassName
{
color: #8ADAFD;
}
.AnyTagClassName
{
color: #8ADAFD;
}
</style>
background-color css
<style>
a { background-color: #8ADAFD; }
a { background-color: rgb(138,218,253); }
div.DivClassName
{
background-color: #8ADAFD;
}
.BgClassName
{
background-color: #8ADAFD;
}
</style>
border-color css
<style>
span { border-color: #8ADAFD; }
span { border-color: rgb(138,218,253); }
td.TdClassName
{
border-color: #8ADAFD;
}
.TagClassName
{
border-color: #8ADAFD;
}
</style>