Shades of Light Sky Blue #8AC0FF
Tints of Light Sky Blue #8AC0FF
RGB
CMYK
RGB Variations
Color information
#8AC0FF (or 0x8AC0FF) is known color: Light Sky Blue. HEX triplet: 8A, C0 and FF. RGB value is (138,192,255). Sum of RGB (Red+Green+Blue) = 138+192+255=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC0FF is #753F00. Grayscale: #B6B6B6. Windows color (decimal): -7683841 or 16760970. OLE color: 16760970.
HSL color Cylindrical-coordinate representation of color #8AC0FF: hue angle of 212.31º 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 #8AC0FF is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 192 | 255 | - |
| CMYK | 0.46 | 0.25 | 0 | 0 |
| HSL | 212.31º | 1% | 0.77% | - |
| HSV(B) | 212.31º | 0.46% | 1% | - |
| XYZ | 47.38 | 50.32 | 101.82 | - |
| YUV | 183.04 | 168.61 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 255 | 0.46 | 0.25 | 0 | 0 | 212.31 | 1 | 0.77 |
| Hex | 8A | C0 | FF | 2E | 19 | 0 | 0 | D4 | 64 | 4D |
| Octal | 212 | 300 | 377 | 56 | 31 | 0 | 0 | 324 | 144 | 115 |
| Binary | 10001010 | 11000000 | 11111111 | 101110 | 11001 | 0 | 0 | 11010100 | 1100100 | 1001101 |
Color Harmonies of #8AC0FF
Complementary color
Monochromatic Colors of #8AC0FF
Black with #8AC0FF
Text Example
Text Example
White with #8AC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0FF; }
p { color: rgb(138,192,255); }
H1.HeaderClassName
{
color: #8AC0FF;
}
.AnyTagClassName
{
color: #8AC0FF;
}
</style>
background-color css
<style>
a { background-color: #8AC0FF; }
a { background-color: rgb(138,192,255); }
div.DivClassName
{
background-color: #8AC0FF;
}
.BgClassName
{
background-color: #8AC0FF;
}
</style>
border-color css
<style>
span { border-color: #8AC0FF; }
span { border-color: rgb(138,192,255); }
td.TdClassName
{
border-color: #8AC0FF;
}
.TagClassName
{
border-color: #8AC0FF;
}
</style>