Shades of Light Sky Blue #82DAFE
Tints of Light Sky Blue #82DAFE
RGB
CMYK
RGB Variations
Color information
#82DAFE (or 0x82DAFE) is known color: Light Sky Blue. HEX triplet: 82, DA and FE. RGB value is (130,218,254). Sum of RGB (Red+Green+Blue) = 130+218+254=602 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.59% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #82DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DAFE is #7D2501. Grayscale: #C3C3C3. Windows color (decimal): -8201474 or 16702082. OLE color: 16702082.
HSL color Cylindrical-coordinate representation of color #82DAFE: hue angle of 197.42º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82DAFE is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 218 | 254 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.00 |
| HSL | 197.42º | 0.98% | 0.75% | - |
| HSV(B) | 197.42º | 0.49% | 1% | - |
| XYZ | 52.17 | 62.04 | 102.99 | - |
| YUV | 195.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 254 | 0.49 | 0.14 | 0 | 0.00 | 197.42 | 0.98 | 0.75 |
| Hex | 82 | DA | FE | 31 | E | 0 | 0 | C5 | 62 | 4B |
| Octal | 202 | 332 | 376 | 61 | 16 | 0 | 0 | 305 | 142 | 113 |
| Binary | 10000010 | 11011010 | 11111110 | 110001 | 1110 | 0 | 0 | 11000101 | 1100010 | 1001011 |
Color Harmonies of #82DAFE
Complementary color
Monochromatic Colors of #82DAFE
Black with #82DAFE
Text Example
Text Example
White with #82DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DAFE; }
p { color: rgb(130,218,254); }
H1.HeaderClassName
{
color: #82DAFE;
}
.AnyTagClassName
{
color: #82DAFE;
}
</style>
background-color css
<style>
a { background-color: #82DAFE; }
a { background-color: rgb(130,218,254); }
div.DivClassName
{
background-color: #82DAFE;
}
.BgClassName
{
background-color: #82DAFE;
}
</style>
border-color css
<style>
span { border-color: #82DAFE; }
span { border-color: rgb(130,218,254); }
td.TdClassName
{
border-color: #82DAFE;
}
.TagClassName
{
border-color: #82DAFE;
}
</style>