Shades of Light Sky Blue #8AD6FF
Tints of Light Sky Blue #8AD6FF
RGB
CMYK
RGB Variations
Color information
#8AD6FF (or 0x8AD6FF) is known color: Light Sky Blue. HEX triplet: 8A, D6 and FF. RGB value is (138,214,255). Sum of RGB (Red+Green+Blue) = 138+214+255=607 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.73% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AD6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD6FF is #752900. Grayscale: #C3C3C3. Windows color (decimal): -7678209 or 16766602. OLE color: 16766602.
HSL color Cylindrical-coordinate representation of color #8AD6FF: hue angle of 201.03º 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 #8AD6FF is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 214 | 255 | - |
| CMYK | 0.46 | 0.16 | 0 | 0 |
| HSL | 201.03º | 1% | 0.77% | - |
| HSV(B) | 201.03º | 0.46% | 1% | - |
| XYZ | 52.58 | 60.72 | 103.56 | - |
| YUV | 195.95 | 161.32 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 255 | 0.46 | 0.16 | 0 | 0 | 201.03 | 1 | 0.77 |
| Hex | 8A | D6 | FF | 2E | 10 | 0 | 0 | C9 | 64 | 4D |
| Octal | 212 | 326 | 377 | 56 | 20 | 0 | 0 | 311 | 144 | 115 |
| Binary | 10001010 | 11010110 | 11111111 | 101110 | 10000 | 0 | 0 | 11001001 | 1100100 | 1001101 |
Color Harmonies of #8AD6FF
Complementary color
Monochromatic Colors of #8AD6FF
Black with #8AD6FF
Text Example
Text Example
White with #8AD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD6FF; }
p { color: rgb(138,214,255); }
H1.HeaderClassName
{
color: #8AD6FF;
}
.AnyTagClassName
{
color: #8AD6FF;
}
</style>
background-color css
<style>
a { background-color: #8AD6FF; }
a { background-color: rgb(138,214,255); }
div.DivClassName
{
background-color: #8AD6FF;
}
.BgClassName
{
background-color: #8AD6FF;
}
</style>
border-color css
<style>
span { border-color: #8AD6FF; }
span { border-color: rgb(138,214,255); }
td.TdClassName
{
border-color: #8AD6FF;
}
.TagClassName
{
border-color: #8AD6FF;
}
</style>