Shades of Light Sky Blue #8AC2FF
Tints of Light Sky Blue #8AC2FF
RGB
CMYK
RGB Variations
Color information
#8AC2FF (or 0x8AC2FF) is known color: Light Sky Blue. HEX triplet: 8A, C2 and FF. RGB value is (138,194,255). Sum of RGB (Red+Green+Blue) = 138+194+255=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC2FF is #753D00. Grayscale: #B7B7B7. Windows color (decimal): -7683329 or 16761482. OLE color: 16761482.
HSL color Cylindrical-coordinate representation of color #8AC2FF: hue angle of 211.28º 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 #8AC2FF is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 194 | 255 | - |
| CMYK | 0.46 | 0.24 | 0 | 0 |
| HSL | 211.28º | 1% | 0.77% | - |
| HSV(B) | 211.28º | 0.46% | 1% | - |
| XYZ | 47.82 | 51.21 | 101.97 | - |
| YUV | 184.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 255 | 0.46 | 0.24 | 0 | 0 | 211.28 | 1 | 0.77 |
| Hex | 8A | C2 | FF | 2E | 18 | 0 | 0 | D3 | 64 | 4D |
| Octal | 212 | 302 | 377 | 56 | 30 | 0 | 0 | 323 | 144 | 115 |
| Binary | 10001010 | 11000010 | 11111111 | 101110 | 11000 | 0 | 0 | 11010011 | 1100100 | 1001101 |
Color Harmonies of #8AC2FF
Complementary color
Monochromatic Colors of #8AC2FF
Black with #8AC2FF
Text Example
Text Example
White with #8AC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC2FF; }
p { color: rgb(138,194,255); }
H1.HeaderClassName
{
color: #8AC2FF;
}
.AnyTagClassName
{
color: #8AC2FF;
}
</style>
background-color css
<style>
a { background-color: #8AC2FF; }
a { background-color: rgb(138,194,255); }
div.DivClassName
{
background-color: #8AC2FF;
}
.BgClassName
{
background-color: #8AC2FF;
}
</style>
border-color css
<style>
span { border-color: #8AC2FF; }
span { border-color: rgb(138,194,255); }
td.TdClassName
{
border-color: #8AC2FF;
}
.TagClassName
{
border-color: #8AC2FF;
}
</style>