Shades of Light Sky Blue #82DBFD
Tints of Light Sky Blue #82DBFD
RGB
CMYK
RGB Variations
Color information
#82DBFD (or 0x82DBFD) is known color: Light Sky Blue. HEX triplet: 82, DB and FD. RGB value is (130,219,253). Sum of RGB (Red+Green+Blue) = 130+219+253=602 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.59% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #82DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBFD is #7D2402. Grayscale: #C4C4C4. Windows color (decimal): -8201219 or 16636802. OLE color: 16636802.
HSL color Cylindrical-coordinate representation of color #82DBFD: hue angle of 196.59º 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 #82DBFD is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 219 | 253 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.01 |
| HSL | 196.59º | 0.97% | 0.75% | - |
| HSV(B) | 196.59º | 0.49% | 0.99% | - |
| XYZ | 52.27 | 62.5 | 102.24 | - |
| YUV | 196.27 | 160.01 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 253 | 0.49 | 0.13 | 0 | 0.01 | 196.59 | 0.97 | 0.75 |
| Hex | 82 | DB | FD | 31 | D | 0 | 1 | C5 | 61 | 4B |
| Octal | 202 | 333 | 375 | 61 | 15 | 0 | 1 | 305 | 141 | 113 |
| Binary | 10000010 | 11011011 | 11111101 | 110001 | 1101 | 0 | 1 | 11000101 | 1100001 | 1001011 |
Color Harmonies of #82DBFD
Complementary color
Monochromatic Colors of #82DBFD
Black with #82DBFD
Text Example
Text Example
White with #82DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DBFD; }
p { color: rgb(130,219,253); }
H1.HeaderClassName
{
color: #82DBFD;
}
.AnyTagClassName
{
color: #82DBFD;
}
</style>
background-color css
<style>
a { background-color: #82DBFD; }
a { background-color: rgb(130,219,253); }
div.DivClassName
{
background-color: #82DBFD;
}
.BgClassName
{
background-color: #82DBFD;
}
</style>
border-color css
<style>
span { border-color: #82DBFD; }
span { border-color: rgb(130,219,253); }
td.TdClassName
{
border-color: #82DBFD;
}
.TagClassName
{
border-color: #82DBFD;
}
</style>