Shades of Light Sky Blue #82C2FE
Tints of Light Sky Blue #82C2FE
RGB
CMYK
RGB Variations
Color information
#82C2FE (or 0x82C2FE) is known color: Light Sky Blue. HEX triplet: 82, C2 and FE. RGB value is (130,194,254). Sum of RGB (Red+Green+Blue) = 130+194+254=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #82C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C2FE is #7D3D01. Grayscale: #B5B5B5. Windows color (decimal): -8207618 or 16695938. OLE color: 16695938.
HSL color Cylindrical-coordinate representation of color #82C2FE: hue angle of 209.03º 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 #82C2FE is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 194 | 254 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.00 |
| HSL | 209.03º | 0.98% | 0.75% | - |
| HSV(B) | 209.03º | 0.49% | 1% | - |
| XYZ | 46.39 | 50.49 | 101.07 | - |
| YUV | 181.7 | 168.8 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 254 | 0.49 | 0.24 | 0 | 0.00 | 209.03 | 0.98 | 0.75 |
| Hex | 82 | C2 | FE | 31 | 18 | 0 | 0 | D1 | 62 | 4B |
| Octal | 202 | 302 | 376 | 61 | 30 | 0 | 0 | 321 | 142 | 113 |
| Binary | 10000010 | 11000010 | 11111110 | 110001 | 11000 | 0 | 0 | 11010001 | 1100010 | 1001011 |
Color Harmonies of #82C2FE
Complementary color
Monochromatic Colors of #82C2FE
Black with #82C2FE
Text Example
Text Example
White with #82C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C2FE; }
p { color: rgb(130,194,254); }
H1.HeaderClassName
{
color: #82C2FE;
}
.AnyTagClassName
{
color: #82C2FE;
}
</style>
background-color css
<style>
a { background-color: #82C2FE; }
a { background-color: rgb(130,194,254); }
div.DivClassName
{
background-color: #82C2FE;
}
.BgClassName
{
background-color: #82C2FE;
}
</style>
border-color css
<style>
span { border-color: #82C2FE; }
span { border-color: rgb(130,194,254); }
td.TdClassName
{
border-color: #82C2FE;
}
.TagClassName
{
border-color: #82C2FE;
}
</style>