Shades of Light Sky Blue #8ADBF9
Tints of Light Sky Blue #8ADBF9
RGB
CMYK
RGB Variations
Color information
#8ADBF9 (or 0x8ADBF9) is known color: Light Sky Blue. HEX triplet: 8A, DB and F9. RGB value is (138,219,249). Sum of RGB (Red+Green+Blue) = 138+219+249=606 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.77% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #8ADBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBF9 is #752406. Grayscale: #C6C6C6. Windows color (decimal): -7676935 or 16374666. OLE color: 16374666.
HSL color Cylindrical-coordinate representation of color #8ADBF9: hue angle of 196.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ADBF9 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 219 | 249 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.02 |
| HSL | 196.22º | 0.9% | 0.76% | - |
| HSV(B) | 196.22º | 0.45% | 0.98% | - |
| XYZ | 52.91 | 62.91 | 98.98 | - |
| YUV | 198.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 249 | 0.45 | 0.12 | 0 | 0.02 | 196.22 | 0.9 | 0.76 |
| Hex | 8A | DB | F9 | 2D | C | 0 | 2 | C4 | 5A | 4C |
| Octal | 212 | 333 | 371 | 55 | 14 | 0 | 2 | 304 | 132 | 114 |
| Binary | 10001010 | 11011011 | 11111001 | 101101 | 1100 | 0 | 10 | 11000100 | 1011010 | 1001100 |
Color Harmonies of #8ADBF9
Complementary color
Monochromatic Colors of #8ADBF9
Black with #8ADBF9
Text Example
Text Example
White with #8ADBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBF9; }
p { color: rgb(138,219,249); }
H1.HeaderClassName
{
color: #8ADBF9;
}
.AnyTagClassName
{
color: #8ADBF9;
}
</style>
background-color css
<style>
a { background-color: #8ADBF9; }
a { background-color: rgb(138,219,249); }
div.DivClassName
{
background-color: #8ADBF9;
}
.BgClassName
{
background-color: #8ADBF9;
}
</style>
border-color css
<style>
span { border-color: #8ADBF9; }
span { border-color: rgb(138,219,249); }
td.TdClassName
{
border-color: #8ADBF9;
}
.TagClassName
{
border-color: #8ADBF9;
}
</style>