Shades of Light Sky Blue #8ADCFD
Tints of Light Sky Blue #8ADCFD
RGB
CMYK
RGB Variations
Color information
#8ADCFD (or 0x8ADCFD) is known color: Light Sky Blue. HEX triplet: 8A, DC and FD. RGB value is (138,220,253). Sum of RGB (Red+Green+Blue) = 138+220+253=611 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.59% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ADCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADCFD is #752302. Grayscale: #C7C7C7. Windows color (decimal): -7676675 or 16637066. OLE color: 16637066.
HSL color Cylindrical-coordinate representation of color #8ADCFD: hue angle of 197.22º 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 #8ADCFD is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 220 | 253 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.01 |
| HSL | 197.22º | 0.97% | 0.77% | - |
| HSV(B) | 197.22º | 0.45% | 0.99% | - |
| XYZ | 53.8 | 63.68 | 102.38 | - |
| YUV | 199.24 | 158.33 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 253 | 0.45 | 0.13 | 0 | 0.01 | 197.22 | 0.97 | 0.77 |
| Hex | 8A | DC | FD | 2D | D | 0 | 1 | C5 | 61 | 4D |
| Octal | 212 | 334 | 375 | 55 | 15 | 0 | 1 | 305 | 141 | 115 |
| Binary | 10001010 | 11011100 | 11111101 | 101101 | 1101 | 0 | 1 | 11000101 | 1100001 | 1001101 |
Color Harmonies of #8ADCFD
Complementary color
Monochromatic Colors of #8ADCFD
Black with #8ADCFD
Text Example
Text Example
White with #8ADCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCFD; }
p { color: rgb(138,220,253); }
H1.HeaderClassName
{
color: #8ADCFD;
}
.AnyTagClassName
{
color: #8ADCFD;
}
</style>
background-color css
<style>
a { background-color: #8ADCFD; }
a { background-color: rgb(138,220,253); }
div.DivClassName
{
background-color: #8ADCFD;
}
.BgClassName
{
background-color: #8ADCFD;
}
</style>
border-color css
<style>
span { border-color: #8ADCFD; }
span { border-color: rgb(138,220,253); }
td.TdClassName
{
border-color: #8ADCFD;
}
.TagClassName
{
border-color: #8ADCFD;
}
</style>