Shades of Light Sky Blue #82DCFD
Tints of Light Sky Blue #82DCFD
RGB
CMYK
RGB Variations
Color information
#82DCFD (or 0x82DCFD) is known color: Light Sky Blue. HEX triplet: 82, DC and FD. RGB value is (130,220,253). Sum of RGB (Red+Green+Blue) = 130+220+253=603 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.56% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #82DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DCFD is #7D2302. Grayscale: #C4C4C4. Windows color (decimal): -8200963 or 16637058. OLE color: 16637058.
HSL color Cylindrical-coordinate representation of color #82DCFD: hue angle of 196.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82DCFD is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 220 | 253 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.01 |
| HSL | 196.1º | 0.97% | 0.75% | - |
| HSV(B) | 196.1º | 0.49% | 0.99% | - |
| XYZ | 52.53 | 63.02 | 102.32 | - |
| YUV | 196.85 | 159.68 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 253 | 0.49 | 0.13 | 0 | 0.01 | 196.1 | 0.97 | 0.75 |
| Hex | 82 | DC | FD | 31 | D | 0 | 1 | C4 | 61 | 4B |
| Octal | 202 | 334 | 375 | 61 | 15 | 0 | 1 | 304 | 141 | 113 |
| Binary | 10000010 | 11011100 | 11111101 | 110001 | 1101 | 0 | 1 | 11000100 | 1100001 | 1001011 |
Color Harmonies of #82DCFD
Complementary color
Monochromatic Colors of #82DCFD
Black with #82DCFD
Text Example
Text Example
White with #82DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCFD; }
p { color: rgb(130,220,253); }
H1.HeaderClassName
{
color: #82DCFD;
}
.AnyTagClassName
{
color: #82DCFD;
}
</style>
background-color css
<style>
a { background-color: #82DCFD; }
a { background-color: rgb(130,220,253); }
div.DivClassName
{
background-color: #82DCFD;
}
.BgClassName
{
background-color: #82DCFD;
}
</style>
border-color css
<style>
span { border-color: #82DCFD; }
span { border-color: rgb(130,220,253); }
td.TdClassName
{
border-color: #82DCFD;
}
.TagClassName
{
border-color: #82DCFD;
}
</style>