Shades of Light Sky Blue #8ABDF1
Tints of Light Sky Blue #8ABDF1
RGB
CMYK
RGB Variations
Color information
#8ABDF1 (or 0x8ABDF1) is known color: Light Sky Blue. HEX triplet: 8A, BD and F1. RGB value is (138,189,241). Sum of RGB (Red+Green+Blue) = 138+189+241=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ABDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABDF1 is #75420E. Grayscale: #B3B3B3. Windows color (decimal): -7684623 or 15842698. OLE color: 15842698.
HSL color Cylindrical-coordinate representation of color #8ABDF1: hue angle of 210.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ABDF1 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 189 | 241 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.05 |
| HSL | 210.29º | 0.79% | 0.74% | - |
| HSV(B) | 210.29º | 0.43% | 0.95% | - |
| XYZ | 44.56 | 48.15 | 90.16 | - |
| YUV | 179.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 241 | 0.43 | 0.22 | 0 | 0.05 | 210.29 | 0.79 | 0.74 |
| Hex | 8A | BD | F1 | 2B | 16 | 0 | 5 | D2 | 4F | 4A |
| Octal | 212 | 275 | 361 | 53 | 26 | 0 | 5 | 322 | 117 | 112 |
| Binary | 10001010 | 10111101 | 11110001 | 101011 | 10110 | 0 | 101 | 11010010 | 1001111 | 1001010 |
Color Harmonies of #8ABDF1
Complementary color
Monochromatic Colors of #8ABDF1
Black with #8ABDF1
Text Example
Text Example
White with #8ABDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDF1; }
p { color: rgb(138,189,241); }
H1.HeaderClassName
{
color: #8ABDF1;
}
.AnyTagClassName
{
color: #8ABDF1;
}
</style>
background-color css
<style>
a { background-color: #8ABDF1; }
a { background-color: rgb(138,189,241); }
div.DivClassName
{
background-color: #8ABDF1;
}
.BgClassName
{
background-color: #8ABDF1;
}
</style>
border-color css
<style>
span { border-color: #8ABDF1; }
span { border-color: rgb(138,189,241); }
td.TdClassName
{
border-color: #8ABDF1;
}
.TagClassName
{
border-color: #8ABDF1;
}
</style>