Shades of Light Sky Blue #82DCFC
Tints of Light Sky Blue #82DCFC
RGB
CMYK
RGB Variations
Color information
#82DCFC (or 0x82DCFC) is known color: Light Sky Blue. HEX triplet: 82, DC and FC. RGB value is (130,220,252). Sum of RGB (Red+Green+Blue) = 130+220+252=602 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.59% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #82DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DCFC is #7D2303. Grayscale: #C4C4C4. Windows color (decimal): -8200964 or 16571522. OLE color: 16571522.
HSL color Cylindrical-coordinate representation of color #82DCFC: hue angle of 195.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82DCFC is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 220 | 252 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.01 |
| HSL | 195.74º | 0.95% | 0.75% | - |
| HSV(B) | 195.74º | 0.48% | 0.99% | - |
| XYZ | 52.37 | 62.96 | 101.49 | - |
| YUV | 196.74 | 159.18 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 252 | 0.48 | 0.13 | 0 | 0.01 | 195.74 | 0.95 | 0.75 |
| Hex | 82 | DC | FC | 30 | D | 0 | 1 | C4 | 5F | 4B |
| Octal | 202 | 334 | 374 | 60 | 15 | 0 | 1 | 304 | 137 | 113 |
| Binary | 10000010 | 11011100 | 11111100 | 110000 | 1101 | 0 | 1 | 11000100 | 1011111 | 1001011 |
Color Harmonies of #82DCFC
Complementary color
Monochromatic Colors of #82DCFC
Black with #82DCFC
Text Example
Text Example
White with #82DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCFC; }
p { color: rgb(130,220,252); }
H1.HeaderClassName
{
color: #82DCFC;
}
.AnyTagClassName
{
color: #82DCFC;
}
</style>
background-color css
<style>
a { background-color: #82DCFC; }
a { background-color: rgb(130,220,252); }
div.DivClassName
{
background-color: #82DCFC;
}
.BgClassName
{
background-color: #82DCFC;
}
</style>
border-color css
<style>
span { border-color: #82DCFC; }
span { border-color: rgb(130,220,252); }
td.TdClassName
{
border-color: #82DCFC;
}
.TagClassName
{
border-color: #82DCFC;
}
</style>