Shades of Light Sky Blue #8ABEF8
Tints of Light Sky Blue #8ABEF8
RGB
CMYK
RGB Variations
Color information
#8ABEF8 (or 0x8ABEF8) is known color: Light Sky Blue. HEX triplet: 8A, BE and F8. RGB value is (138,190,248). Sum of RGB (Red+Green+Blue) = 138+190+248=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #8ABEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABEF8 is #754107. Grayscale: #B4B4B4. Windows color (decimal): -7684360 or 16301706. OLE color: 16301706.
HSL color Cylindrical-coordinate representation of color #8ABEF8: hue angle of 211.64º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ABEF8 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 190 | 248 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.03 |
| HSL | 211.64º | 0.89% | 0.76% | - |
| HSV(B) | 211.64º | 0.44% | 0.97% | - |
| XYZ | 45.84 | 49.01 | 95.85 | - |
| YUV | 181.06 | 165.77 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 248 | 0.44 | 0.23 | 0 | 0.03 | 211.64 | 0.89 | 0.76 |
| Hex | 8A | BE | F8 | 2C | 17 | 0 | 3 | D4 | 59 | 4C |
| Octal | 212 | 276 | 370 | 54 | 27 | 0 | 3 | 324 | 131 | 114 |
| Binary | 10001010 | 10111110 | 11111000 | 101100 | 10111 | 0 | 11 | 11010100 | 1011001 | 1001100 |
Color Harmonies of #8ABEF8
Complementary color
Monochromatic Colors of #8ABEF8
Black with #8ABEF8
Text Example
Text Example
White with #8ABEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABEF8; }
p { color: rgb(138,190,248); }
H1.HeaderClassName
{
color: #8ABEF8;
}
.AnyTagClassName
{
color: #8ABEF8;
}
</style>
background-color css
<style>
a { background-color: #8ABEF8; }
a { background-color: rgb(138,190,248); }
div.DivClassName
{
background-color: #8ABEF8;
}
.BgClassName
{
background-color: #8ABEF8;
}
</style>
border-color css
<style>
span { border-color: #8ABEF8; }
span { border-color: rgb(138,190,248); }
td.TdClassName
{
border-color: #8ABEF8;
}
.TagClassName
{
border-color: #8ABEF8;
}
</style>