Shades of Light Sky Blue #8ABDF4
Tints of Light Sky Blue #8ABDF4
RGB
CMYK
RGB Variations
Color information
#8ABDF4 (or 0x8ABDF4) is known color: Light Sky Blue. HEX triplet: 8A, BD and F4. RGB value is (138,189,244). Sum of RGB (Red+Green+Blue) = 138+189+244=571 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.17% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 244 (95.70% from 255 or 42.73% from 571); Max value from RGB is 244 - color contains mainly: blue. Hex color #8ABDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABDF4 is #75420B. Grayscale: #B3B3B3. Windows color (decimal): -7684620 or 16039306. OLE color: 16039306.
HSL color Cylindrical-coordinate representation of color #8ABDF4: hue angle of 211.13º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ABDF4 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 189 | 244 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.04 |
| HSL | 211.13º | 0.83% | 0.75% | - |
| HSV(B) | 211.13º | 0.43% | 0.96% | - |
| XYZ | 45.01 | 48.33 | 92.54 | - |
| YUV | 180.02 | 164.1 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 244 | 0.43 | 0.23 | 0 | 0.04 | 211.13 | 0.83 | 0.75 |
| Hex | 8A | BD | F4 | 2B | 17 | 0 | 4 | D3 | 53 | 4B |
| Octal | 212 | 275 | 364 | 53 | 27 | 0 | 4 | 323 | 123 | 113 |
| Binary | 10001010 | 10111101 | 11110100 | 101011 | 10111 | 0 | 100 | 11010011 | 1010011 | 1001011 |
Color Harmonies of #8ABDF4
Complementary color
Monochromatic Colors of #8ABDF4
Black with #8ABDF4
Text Example
Text Example
White with #8ABDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDF4; }
p { color: rgb(138,189,244); }
H1.HeaderClassName
{
color: #8ABDF4;
}
.AnyTagClassName
{
color: #8ABDF4;
}
</style>
background-color css
<style>
a { background-color: #8ABDF4; }
a { background-color: rgb(138,189,244); }
div.DivClassName
{
background-color: #8ABDF4;
}
.BgClassName
{
background-color: #8ABDF4;
}
</style>
border-color css
<style>
span { border-color: #8ABDF4; }
span { border-color: rgb(138,189,244); }
td.TdClassName
{
border-color: #8ABDF4;
}
.TagClassName
{
border-color: #8ABDF4;
}
</style>