Shades of Light Sky Blue #8AB9FF
Tints of Light Sky Blue #8AB9FF
RGB
CMYK
RGB Variations
Color information
#8AB9FF (or 0x8AB9FF) is known color: Light Sky Blue. HEX triplet: 8A, B9 and FF. RGB value is (138,185,255). Sum of RGB (Red+Green+Blue) = 138+185+255=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB9FF is #754600. Grayscale: #B2B2B2. Windows color (decimal): -7685633 or 16759178. OLE color: 16759178.
HSL color Cylindrical-coordinate representation of color #8AB9FF: hue angle of 215.9º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AB9FF is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 185 | 255 | - |
| CMYK | 0.46 | 0.27 | 0 | 0 |
| HSL | 215.9º | 1% | 0.77% | - |
| HSV(B) | 215.9º | 0.46% | 1% | - |
| XYZ | 45.88 | 47.32 | 101.32 | - |
| YUV | 178.93 | 170.93 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 255 | 0.46 | 0.27 | 0 | 0 | 215.9 | 1 | 0.77 |
| Hex | 8A | B9 | FF | 2E | 1B | 0 | 0 | D8 | 64 | 4D |
| Octal | 212 | 271 | 377 | 56 | 33 | 0 | 0 | 330 | 144 | 115 |
| Binary | 10001010 | 10111001 | 11111111 | 101110 | 11011 | 0 | 0 | 11011000 | 1100100 | 1001101 |
Color Harmonies of #8AB9FF
Complementary color
Monochromatic Colors of #8AB9FF
Black with #8AB9FF
Text Example
Text Example
White with #8AB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB9FF; }
p { color: rgb(138,185,255); }
H1.HeaderClassName
{
color: #8AB9FF;
}
.AnyTagClassName
{
color: #8AB9FF;
}
</style>
background-color css
<style>
a { background-color: #8AB9FF; }
a { background-color: rgb(138,185,255); }
div.DivClassName
{
background-color: #8AB9FF;
}
.BgClassName
{
background-color: #8AB9FF;
}
</style>
border-color css
<style>
span { border-color: #8AB9FF; }
span { border-color: rgb(138,185,255); }
td.TdClassName
{
border-color: #8AB9FF;
}
.TagClassName
{
border-color: #8AB9FF;
}
</style>