Shades of Light Sky Blue #8ADAFE
Tints of Light Sky Blue #8ADAFE
RGB
CMYK
RGB Variations
Color information
#8ADAFE (or 0x8ADAFE) is known color: Light Sky Blue. HEX triplet: 8A, DA and FE. RGB value is (138,218,254). Sum of RGB (Red+Green+Blue) = 138+218+254=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ADAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAFE is #752501. Grayscale: #C5C5C5. Windows color (decimal): -7677186 or 16702090. OLE color: 16702090.
HSL color Cylindrical-coordinate representation of color #8ADAFE: hue angle of 198.62º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ADAFE is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 218 | 254 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.00 |
| HSL | 198.62º | 0.98% | 0.77% | - |
| HSV(B) | 198.62º | 0.46% | 1% | - |
| XYZ | 53.44 | 62.7 | 103.05 | - |
| YUV | 198.18 | 159.5 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 254 | 0.46 | 0.14 | 0 | 0.00 | 198.62 | 0.98 | 0.77 |
| Hex | 8A | DA | FE | 2E | E | 0 | 0 | C7 | 62 | 4D |
| Octal | 212 | 332 | 376 | 56 | 16 | 0 | 0 | 307 | 142 | 115 |
| Binary | 10001010 | 11011010 | 11111110 | 101110 | 1110 | 0 | 0 | 11000111 | 1100010 | 1001101 |
Color Harmonies of #8ADAFE
Complementary color
Monochromatic Colors of #8ADAFE
Black with #8ADAFE
Text Example
Text Example
White with #8ADAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAFE; }
p { color: rgb(138,218,254); }
H1.HeaderClassName
{
color: #8ADAFE;
}
.AnyTagClassName
{
color: #8ADAFE;
}
</style>
background-color css
<style>
a { background-color: #8ADAFE; }
a { background-color: rgb(138,218,254); }
div.DivClassName
{
background-color: #8ADAFE;
}
.BgClassName
{
background-color: #8ADAFE;
}
</style>
border-color css
<style>
span { border-color: #8ADAFE; }
span { border-color: rgb(138,218,254); }
td.TdClassName
{
border-color: #8ADAFE;
}
.TagClassName
{
border-color: #8ADAFE;
}
</style>