Shades of Light Sky Blue #8AD0FF
Tints of Light Sky Blue #8AD0FF
RGB
CMYK
RGB Variations
Color information
#8AD0FF (or 0x8AD0FF) is known color: Light Sky Blue. HEX triplet: 8A, D0 and FF. RGB value is (138,208,255). Sum of RGB (Red+Green+Blue) = 138+208+255=601 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.96% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD0FF is #752F00. Grayscale: #C0C0C0. Windows color (decimal): -7679745 or 16765066. OLE color: 16765066.
HSL color Cylindrical-coordinate representation of color #8AD0FF: hue angle of 204.1º 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 #8AD0FF is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 208 | 255 | - |
| CMYK | 0.46 | 0.18 | 0 | 0 |
| HSL | 204.1º | 1% | 0.77% | - |
| HSV(B) | 204.1º | 0.46% | 1% | - |
| XYZ | 51.09 | 57.74 | 103.06 | - |
| YUV | 192.43 | 163.31 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 255 | 0.46 | 0.18 | 0 | 0 | 204.1 | 1 | 0.77 |
| Hex | 8A | D0 | FF | 2E | 12 | 0 | 0 | CC | 64 | 4D |
| Octal | 212 | 320 | 377 | 56 | 22 | 0 | 0 | 314 | 144 | 115 |
| Binary | 10001010 | 11010000 | 11111111 | 101110 | 10010 | 0 | 0 | 11001100 | 1100100 | 1001101 |
Color Harmonies of #8AD0FF
Complementary color
Monochromatic Colors of #8AD0FF
Black with #8AD0FF
Text Example
Text Example
White with #8AD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0FF; }
p { color: rgb(138,208,255); }
H1.HeaderClassName
{
color: #8AD0FF;
}
.AnyTagClassName
{
color: #8AD0FF;
}
</style>
background-color css
<style>
a { background-color: #8AD0FF; }
a { background-color: rgb(138,208,255); }
div.DivClassName
{
background-color: #8AD0FF;
}
.BgClassName
{
background-color: #8AD0FF;
}
</style>
border-color css
<style>
span { border-color: #8AD0FF; }
span { border-color: rgb(138,208,255); }
td.TdClassName
{
border-color: #8AD0FF;
}
.TagClassName
{
border-color: #8AD0FF;
}
</style>