Shades of Light Sky Blue #82DCFE
Tints of Light Sky Blue #82DCFE
RGB
CMYK
RGB Variations
Color information
#82DCFE (or 0x82DCFE) is known color: Light Sky Blue. HEX triplet: 82, DC and FE. RGB value is (130,220,254). Sum of RGB (Red+Green+Blue) = 130+220+254=604 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.52% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #82DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DCFE is #7D2301. Grayscale: #C4C4C4. Windows color (decimal): -8200962 or 16702594. OLE color: 16702594.
HSL color Cylindrical-coordinate representation of color #82DCFE: hue angle of 196.45º 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 #82DCFE is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 220 | 254 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.00 |
| HSL | 196.45º | 0.98% | 0.75% | - |
| HSV(B) | 196.45º | 0.49% | 1% | - |
| XYZ | 52.69 | 63.09 | 103.17 | - |
| YUV | 196.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 254 | 0.49 | 0.13 | 0 | 0.00 | 196.45 | 0.98 | 0.75 |
| Hex | 82 | DC | FE | 31 | D | 0 | 0 | C4 | 62 | 4B |
| Octal | 202 | 334 | 376 | 61 | 15 | 0 | 0 | 304 | 142 | 113 |
| Binary | 10000010 | 11011100 | 11111110 | 110001 | 1101 | 0 | 0 | 11000100 | 1100010 | 1001011 |
Color Harmonies of #82DCFE
Complementary color
Monochromatic Colors of #82DCFE
Black with #82DCFE
Text Example
Text Example
White with #82DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCFE; }
p { color: rgb(130,220,254); }
H1.HeaderClassName
{
color: #82DCFE;
}
.AnyTagClassName
{
color: #82DCFE;
}
</style>
background-color css
<style>
a { background-color: #82DCFE; }
a { background-color: rgb(130,220,254); }
div.DivClassName
{
background-color: #82DCFE;
}
.BgClassName
{
background-color: #82DCFE;
}
</style>
border-color css
<style>
span { border-color: #82DCFE; }
span { border-color: rgb(130,220,254); }
td.TdClassName
{
border-color: #82DCFE;
}
.TagClassName
{
border-color: #82DCFE;
}
</style>