Shades of Light Sky Blue #8AD2FF
Tints of Light Sky Blue #8AD2FF
RGB
CMYK
RGB Variations
Color information
#8AD2FF (or 0x8AD2FF) is known color: Light Sky Blue. HEX triplet: 8A, D2 and FF. RGB value is (138,210,255). Sum of RGB (Red+Green+Blue) = 138+210+255=603 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.89% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD2FF is #752D00. Grayscale: #C1C1C1. Windows color (decimal): -7679233 or 16765578. OLE color: 16765578.
HSL color Cylindrical-coordinate representation of color #8AD2FF: hue angle of 203.08º 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 #8AD2FF is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 210 | 255 | - |
| CMYK | 0.46 | 0.18 | 0 | 0 |
| HSL | 203.08º | 1% | 0.77% | - |
| HSV(B) | 203.08º | 0.46% | 1% | - |
| XYZ | 51.58 | 58.72 | 103.22 | - |
| YUV | 193.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 255 | 0.46 | 0.18 | 0 | 0 | 203.08 | 1 | 0.77 |
| Hex | 8A | D2 | FF | 2E | 12 | 0 | 0 | CB | 64 | 4D |
| Octal | 212 | 322 | 377 | 56 | 22 | 0 | 0 | 313 | 144 | 115 |
| Binary | 10001010 | 11010010 | 11111111 | 101110 | 10010 | 0 | 0 | 11001011 | 1100100 | 1001101 |
Color Harmonies of #8AD2FF
Complementary color
Monochromatic Colors of #8AD2FF
Black with #8AD2FF
Text Example
Text Example
White with #8AD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2FF; }
p { color: rgb(138,210,255); }
H1.HeaderClassName
{
color: #8AD2FF;
}
.AnyTagClassName
{
color: #8AD2FF;
}
</style>
background-color css
<style>
a { background-color: #8AD2FF; }
a { background-color: rgb(138,210,255); }
div.DivClassName
{
background-color: #8AD2FF;
}
.BgClassName
{
background-color: #8AD2FF;
}
</style>
border-color css
<style>
span { border-color: #8AD2FF; }
span { border-color: rgb(138,210,255); }
td.TdClassName
{
border-color: #8AD2FF;
}
.TagClassName
{
border-color: #8AD2FF;
}
</style>