Shades of Light Sky Blue #8ABDF6
Tints of Light Sky Blue #8ABDF6
RGB
CMYK
RGB Variations
Color information
#8ABDF6 (or 0x8ABDF6) is known color: Light Sky Blue. HEX triplet: 8A, BD and F6. RGB value is (138,189,246). Sum of RGB (Red+Green+Blue) = 138+189+246=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #8ABDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABDF6 is #754209. Grayscale: #B3B3B3. Windows color (decimal): -7684618 or 16170378. OLE color: 16170378.
HSL color Cylindrical-coordinate representation of color #8ABDF6: hue angle of 211.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ABDF6 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 189 | 246 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.04 |
| HSL | 211.67º | 0.86% | 0.75% | - |
| HSV(B) | 211.67º | 0.44% | 0.96% | - |
| XYZ | 45.31 | 48.45 | 94.15 | - |
| YUV | 180.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 246 | 0.44 | 0.23 | 0 | 0.04 | 211.67 | 0.86 | 0.75 |
| Hex | 8A | BD | F6 | 2C | 17 | 0 | 4 | D4 | 56 | 4B |
| Octal | 212 | 275 | 366 | 54 | 27 | 0 | 4 | 324 | 126 | 113 |
| Binary | 10001010 | 10111101 | 11110110 | 101100 | 10111 | 0 | 100 | 11010100 | 1010110 | 1001011 |
Color Harmonies of #8ABDF6
Complementary color
Monochromatic Colors of #8ABDF6
Black with #8ABDF6
Text Example
Text Example
White with #8ABDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDF6; }
p { color: rgb(138,189,246); }
H1.HeaderClassName
{
color: #8ABDF6;
}
.AnyTagClassName
{
color: #8ABDF6;
}
</style>
background-color css
<style>
a { background-color: #8ABDF6; }
a { background-color: rgb(138,189,246); }
div.DivClassName
{
background-color: #8ABDF6;
}
.BgClassName
{
background-color: #8ABDF6;
}
</style>
border-color css
<style>
span { border-color: #8ABDF6; }
span { border-color: rgb(138,189,246); }
td.TdClassName
{
border-color: #8ABDF6;
}
.TagClassName
{
border-color: #8ABDF6;
}
</style>