Shades of Light Sky Blue #8ABBFD
Tints of Light Sky Blue #8ABBFD
RGB
CMYK
RGB Variations
Color information
#8ABBFD (or 0x8ABBFD) is known color: Light Sky Blue. HEX triplet: 8A, BB and FD. RGB value is (138,187,253). Sum of RGB (Red+Green+Blue) = 138+187+253=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #8ABBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABBFD is #754402. Grayscale: #B3B3B3. Windows color (decimal): -7685123 or 16628618. OLE color: 16628618.
HSL color Cylindrical-coordinate representation of color #8ABBFD: hue angle of 214.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ABBFD is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 187 | 253 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.01 |
| HSL | 214.43º | 0.97% | 0.77% | - |
| HSV(B) | 214.43º | 0.45% | 0.99% | - |
| XYZ | 45.98 | 48.04 | 99.78 | - |
| YUV | 179.87 | 169.27 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 253 | 0.45 | 0.26 | 0 | 0.01 | 214.43 | 0.97 | 0.77 |
| Hex | 8A | BB | FD | 2D | 1A | 0 | 1 | D6 | 61 | 4D |
| Octal | 212 | 273 | 375 | 55 | 32 | 0 | 1 | 326 | 141 | 115 |
| Binary | 10001010 | 10111011 | 11111101 | 101101 | 11010 | 0 | 1 | 11010110 | 1100001 | 1001101 |
Color Harmonies of #8ABBFD
Complementary color
Monochromatic Colors of #8ABBFD
Black with #8ABBFD
Text Example
Text Example
White with #8ABBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBFD; }
p { color: rgb(138,187,253); }
H1.HeaderClassName
{
color: #8ABBFD;
}
.AnyTagClassName
{
color: #8ABBFD;
}
</style>
background-color css
<style>
a { background-color: #8ABBFD; }
a { background-color: rgb(138,187,253); }
div.DivClassName
{
background-color: #8ABBFD;
}
.BgClassName
{
background-color: #8ABBFD;
}
</style>
border-color css
<style>
span { border-color: #8ABBFD; }
span { border-color: rgb(138,187,253); }
td.TdClassName
{
border-color: #8ABBFD;
}
.TagClassName
{
border-color: #8ABBFD;
}
</style>