Shades of Light Sky Blue #8ABBF7
Tints of Light Sky Blue #8ABBF7
RGB
CMYK
RGB Variations
Color information
#8ABBF7 (or 0x8ABBF7) is known color: Light Sky Blue. HEX triplet: 8A, BB and F7. RGB value is (138,187,247). Sum of RGB (Red+Green+Blue) = 138+187+247=572 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.13% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #8ABBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABBF7 is #754408. Grayscale: #B2B2B2. Windows color (decimal): -7685129 or 16235402. OLE color: 16235402.
HSL color Cylindrical-coordinate representation of color #8ABBF7: hue angle of 213.03º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ABBF7 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 187 | 247 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.03 |
| HSL | 213.03º | 0.87% | 0.75% | - |
| HSV(B) | 213.03º | 0.44% | 0.97% | - |
| XYZ | 45.04 | 47.66 | 94.82 | - |
| YUV | 179.19 | 166.27 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 247 | 0.44 | 0.24 | 0 | 0.03 | 213.03 | 0.87 | 0.75 |
| Hex | 8A | BB | F7 | 2C | 18 | 0 | 3 | D5 | 57 | 4B |
| Octal | 212 | 273 | 367 | 54 | 30 | 0 | 3 | 325 | 127 | 113 |
| Binary | 10001010 | 10111011 | 11110111 | 101100 | 11000 | 0 | 11 | 11010101 | 1010111 | 1001011 |
Color Harmonies of #8ABBF7
Complementary color
Monochromatic Colors of #8ABBF7
Black with #8ABBF7
Text Example
Text Example
White with #8ABBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBF7; }
p { color: rgb(138,187,247); }
H1.HeaderClassName
{
color: #8ABBF7;
}
.AnyTagClassName
{
color: #8ABBF7;
}
</style>
background-color css
<style>
a { background-color: #8ABBF7; }
a { background-color: rgb(138,187,247); }
div.DivClassName
{
background-color: #8ABBF7;
}
.BgClassName
{
background-color: #8ABBF7;
}
</style>
border-color css
<style>
span { border-color: #8ABBF7; }
span { border-color: rgb(138,187,247); }
td.TdClassName
{
border-color: #8ABBF7;
}
.TagClassName
{
border-color: #8ABBF7;
}
</style>