Shades of Light Sky Blue #8ADCFE
Tints of Light Sky Blue #8ADCFE
RGB
CMYK
RGB Variations
Color information
#8ADCFE (or 0x8ADCFE) is known color: Light Sky Blue. HEX triplet: 8A, DC and FE. RGB value is (138,220,254). Sum of RGB (Red+Green+Blue) = 138+220+254=612 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.55% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ADCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADCFE is #752301. Grayscale: #C7C7C7. Windows color (decimal): -7676674 or 16702602. OLE color: 16702602.
HSL color Cylindrical-coordinate representation of color #8ADCFE: hue angle of 197.59º 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 #8ADCFE is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 220 | 254 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.00 |
| HSL | 197.59º | 0.98% | 0.77% | - |
| HSV(B) | 197.59º | 0.46% | 1% | - |
| XYZ | 53.96 | 63.75 | 103.23 | - |
| YUV | 199.36 | 158.83 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 254 | 0.46 | 0.13 | 0 | 0.00 | 197.59 | 0.98 | 0.77 |
| Hex | 8A | DC | FE | 2E | D | 0 | 0 | C6 | 62 | 4D |
| Octal | 212 | 334 | 376 | 56 | 15 | 0 | 0 | 306 | 142 | 115 |
| Binary | 10001010 | 11011100 | 11111110 | 101110 | 1101 | 0 | 0 | 11000110 | 1100010 | 1001101 |
Color Harmonies of #8ADCFE
Complementary color
Monochromatic Colors of #8ADCFE
Black with #8ADCFE
Text Example
Text Example
White with #8ADCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCFE; }
p { color: rgb(138,220,254); }
H1.HeaderClassName
{
color: #8ADCFE;
}
.AnyTagClassName
{
color: #8ADCFE;
}
</style>
background-color css
<style>
a { background-color: #8ADCFE; }
a { background-color: rgb(138,220,254); }
div.DivClassName
{
background-color: #8ADCFE;
}
.BgClassName
{
background-color: #8ADCFE;
}
</style>
border-color css
<style>
span { border-color: #8ADCFE; }
span { border-color: rgb(138,220,254); }
td.TdClassName
{
border-color: #8ADCFE;
}
.TagClassName
{
border-color: #8ADCFE;
}
</style>