Shades of Light Sky Blue #8ACCFF
Tints of Light Sky Blue #8ACCFF
RGB
CMYK
RGB Variations
Color information
#8ACCFF (or 0x8ACCFF) is known color: Light Sky Blue. HEX triplet: 8A, CC and FF. RGB value is (138,204,255). Sum of RGB (Red+Green+Blue) = 138+204+255=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ACCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACCFF is #753300. Grayscale: #BDBDBD. Windows color (decimal): -7680769 or 16764042. OLE color: 16764042.
HSL color Cylindrical-coordinate representation of color #8ACCFF: hue angle of 206.15º 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 #8ACCFF is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 204 | 255 | - |
| CMYK | 0.46 | 0.2 | 0 | 0 |
| HSL | 206.15º | 1% | 0.77% | - |
| HSV(B) | 206.15º | 0.46% | 1% | - |
| XYZ | 50.12 | 55.81 | 102.74 | - |
| YUV | 190.08 | 164.63 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 255 | 0.46 | 0.2 | 0 | 0 | 206.15 | 1 | 0.77 |
| Hex | 8A | CC | FF | 2E | 14 | 0 | 0 | CE | 64 | 4D |
| Octal | 212 | 314 | 377 | 56 | 24 | 0 | 0 | 316 | 144 | 115 |
| Binary | 10001010 | 11001100 | 11111111 | 101110 | 10100 | 0 | 0 | 11001110 | 1100100 | 1001101 |
Color Harmonies of #8ACCFF
Complementary color
Monochromatic Colors of #8ACCFF
Black with #8ACCFF
Text Example
Text Example
White with #8ACCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCFF; }
p { color: rgb(138,204,255); }
H1.HeaderClassName
{
color: #8ACCFF;
}
.AnyTagClassName
{
color: #8ACCFF;
}
</style>
background-color css
<style>
a { background-color: #8ACCFF; }
a { background-color: rgb(138,204,255); }
div.DivClassName
{
background-color: #8ACCFF;
}
.BgClassName
{
background-color: #8ACCFF;
}
</style>
border-color css
<style>
span { border-color: #8ACCFF; }
span { border-color: rgb(138,204,255); }
td.TdClassName
{
border-color: #8ACCFF;
}
.TagClassName
{
border-color: #8ACCFF;
}
</style>