Shades of Light Sky Blue #8ACDFF
Tints of Light Sky Blue #8ACDFF
RGB
CMYK
RGB Variations
Color information
#8ACDFF (or 0x8ACDFF) is known color: Light Sky Blue. HEX triplet: 8A, CD and FF. RGB value is (138,205,255). Sum of RGB (Red+Green+Blue) = 138+205+255=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ACDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACDFF is #753200. Grayscale: #BEBEBE. Windows color (decimal): -7680513 or 16764298. OLE color: 16764298.
HSL color Cylindrical-coordinate representation of color #8ACDFF: hue angle of 205.64º 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 #8ACDFF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 205 | 255 | - |
| CMYK | 0.46 | 0.20 | 0 | 0 |
| HSL | 205.64º | 1% | 0.77% | - |
| HSV(B) | 205.64º | 0.46% | 1% | - |
| XYZ | 50.36 | 56.29 | 102.82 | - |
| YUV | 190.67 | 164.3 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 255 | 0.46 | 0.20 | 0 | 0 | 205.64 | 1 | 0.77 |
| Hex | 8A | CD | FF | 2E | 14 | 0 | 0 | CE | 64 | 4D |
| Octal | 212 | 315 | 377 | 56 | 24 | 0 | 0 | 316 | 144 | 115 |
| Binary | 10001010 | 11001101 | 11111111 | 101110 | 10100 | 0 | 0 | 11001110 | 1100100 | 1001101 |
Color Harmonies of #8ACDFF
Complementary color
Monochromatic Colors of #8ACDFF
Black with #8ACDFF
Text Example
Text Example
White with #8ACDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDFF; }
p { color: rgb(138,205,255); }
H1.HeaderClassName
{
color: #8ACDFF;
}
.AnyTagClassName
{
color: #8ACDFF;
}
</style>
background-color css
<style>
a { background-color: #8ACDFF; }
a { background-color: rgb(138,205,255); }
div.DivClassName
{
background-color: #8ACDFF;
}
.BgClassName
{
background-color: #8ACDFF;
}
</style>
border-color css
<style>
span { border-color: #8ACDFF; }
span { border-color: rgb(138,205,255); }
td.TdClassName
{
border-color: #8ACDFF;
}
.TagClassName
{
border-color: #8ACDFF;
}
</style>