Shades of Light Sky Blue #8ADBFD
Tints of Light Sky Blue #8ADBFD
RGB
CMYK
RGB Variations
Color information
#8ADBFD (or 0x8ADBFD) is known color: Light Sky Blue. HEX triplet: 8A, DB and FD. RGB value is (138,219,253). Sum of RGB (Red+Green+Blue) = 138+219+253=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ADBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBFD is #752402. Grayscale: #C6C6C6. Windows color (decimal): -7676931 or 16636810. OLE color: 16636810.
HSL color Cylindrical-coordinate representation of color #8ADBFD: hue angle of 197.74º 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 #8ADBFD is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 219 | 253 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.01 |
| HSL | 197.74º | 0.97% | 0.77% | - |
| HSV(B) | 197.74º | 0.45% | 0.99% | - |
| XYZ | 53.54 | 63.16 | 102.3 | - |
| YUV | 198.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 253 | 0.45 | 0.13 | 0 | 0.01 | 197.74 | 0.97 | 0.77 |
| Hex | 8A | DB | FD | 2D | D | 0 | 1 | C6 | 61 | 4D |
| Octal | 212 | 333 | 375 | 55 | 15 | 0 | 1 | 306 | 141 | 115 |
| Binary | 10001010 | 11011011 | 11111101 | 101101 | 1101 | 0 | 1 | 11000110 | 1100001 | 1001101 |
Color Harmonies of #8ADBFD
Complementary color
Monochromatic Colors of #8ADBFD
Black with #8ADBFD
Text Example
Text Example
White with #8ADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBFD; }
p { color: rgb(138,219,253); }
H1.HeaderClassName
{
color: #8ADBFD;
}
.AnyTagClassName
{
color: #8ADBFD;
}
</style>
background-color css
<style>
a { background-color: #8ADBFD; }
a { background-color: rgb(138,219,253); }
div.DivClassName
{
background-color: #8ADBFD;
}
.BgClassName
{
background-color: #8ADBFD;
}
</style>
border-color css
<style>
span { border-color: #8ADBFD; }
span { border-color: rgb(138,219,253); }
td.TdClassName
{
border-color: #8ADBFD;
}
.TagClassName
{
border-color: #8ADBFD;
}
</style>