Shades of Light Sky Blue #8ADCFF
Tints of Light Sky Blue #8ADCFF
RGB
CMYK
RGB Variations
Color information
#8ADCFF (or 0x8ADCFF) is known color: Light Sky Blue. HEX triplet: 8A, DC and FF. RGB value is (138,220,255). Sum of RGB (Red+Green+Blue) = 138+220+255=613 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.51% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ADCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADCFF is #752300. Grayscale: #C7C7C7. Windows color (decimal): -7676673 or 16768138. OLE color: 16768138.
HSL color Cylindrical-coordinate representation of color #8ADCFF: hue angle of 197.95º 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 #8ADCFF is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 220 | 255 | - |
| CMYK | 0.46 | 0.14 | 0 | 0 |
| HSL | 197.95º | 1% | 0.77% | - |
| HSV(B) | 197.95º | 0.46% | 1% | - |
| XYZ | 54.12 | 63.81 | 104.07 | - |
| YUV | 199.47 | 159.33 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 255 | 0.46 | 0.14 | 0 | 0 | 197.95 | 1 | 0.77 |
| Hex | 8A | DC | FF | 2E | E | 0 | 0 | C6 | 64 | 4D |
| Octal | 212 | 334 | 377 | 56 | 16 | 0 | 0 | 306 | 144 | 115 |
| Binary | 10001010 | 11011100 | 11111111 | 101110 | 1110 | 0 | 0 | 11000110 | 1100100 | 1001101 |
Color Harmonies of #8ADCFF
Complementary color
Monochromatic Colors of #8ADCFF
Black with #8ADCFF
Text Example
Text Example
White with #8ADCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCFF; }
p { color: rgb(138,220,255); }
H1.HeaderClassName
{
color: #8ADCFF;
}
.AnyTagClassName
{
color: #8ADCFF;
}
</style>
background-color css
<style>
a { background-color: #8ADCFF; }
a { background-color: rgb(138,220,255); }
div.DivClassName
{
background-color: #8ADCFF;
}
.BgClassName
{
background-color: #8ADCFF;
}
</style>
border-color css
<style>
span { border-color: #8ADCFF; }
span { border-color: rgb(138,220,255); }
td.TdClassName
{
border-color: #8ADCFF;
}
.TagClassName
{
border-color: #8ADCFF;
}
</style>