Shades of Light Sky Blue #82E2FF
Tints of Light Sky Blue #82E2FF
RGB
CMYK
RGB Variations
Color information
#82E2FF (or 0x82E2FF) is known color: Light Sky Blue. HEX triplet: 82, E2 and FF. RGB value is (130,226,255). Sum of RGB (Red+Green+Blue) = 130+226+255=611 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.28% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #82E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E2FF is #7D1D00. Grayscale: #C8C8C8. Windows color (decimal): -8199425 or 16769666. OLE color: 16769666.
HSL color Cylindrical-coordinate representation of color #82E2FF: hue angle of 193.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82E2FF is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 226 | 255 | - |
| CMYK | 0.49 | 0.11 | 0 | 0 |
| HSL | 193.92º | 1% | 0.75% | - |
| HSV(B) | 193.92º | 0.49% | 1% | - |
| XYZ | 54.45 | 66.36 | 104.55 | - |
| YUV | 200.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 226 | 255 | 0.49 | 0.11 | 0 | 0 | 193.92 | 1 | 0.75 |
| Hex | 82 | E2 | FF | 31 | B | 0 | 0 | C2 | 64 | 4B |
| Octal | 202 | 342 | 377 | 61 | 13 | 0 | 0 | 302 | 144 | 113 |
| Binary | 10000010 | 11100010 | 11111111 | 110001 | 1011 | 0 | 0 | 11000010 | 1100100 | 1001011 |
Color Harmonies of #82E2FF
Complementary color
Monochromatic Colors of #82E2FF
Black with #82E2FF
Text Example
Text Example
White with #82E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E2FF; }
p { color: rgb(130,226,255); }
H1.HeaderClassName
{
color: #82E2FF;
}
.AnyTagClassName
{
color: #82E2FF;
}
</style>
background-color css
<style>
a { background-color: #82E2FF; }
a { background-color: rgb(130,226,255); }
div.DivClassName
{
background-color: #82E2FF;
}
.BgClassName
{
background-color: #82E2FF;
}
</style>
border-color css
<style>
span { border-color: #82E2FF; }
span { border-color: rgb(130,226,255); }
td.TdClassName
{
border-color: #82E2FF;
}
.TagClassName
{
border-color: #82E2FF;
}
</style>