Shades of Light Sky Blue #82CBFF
Tints of Light Sky Blue #82CBFF
RGB
CMYK
RGB Variations
Color information
#82CBFF (or 0x82CBFF) is known color: Light Sky Blue. HEX triplet: 82, CB and FF. RGB value is (130,203,255). Sum of RGB (Red+Green+Blue) = 130+203+255=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #82CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CBFF is #7D3400. Grayscale: #BABABA. Windows color (decimal): -8205313 or 16763778. OLE color: 16763778.
HSL color Cylindrical-coordinate representation of color #82CBFF: hue angle of 204.96º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82CBFF is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 203 | 255 | - |
| CMYK | 0.49 | 0.20 | 0 | 0 |
| HSL | 204.96º | 1% | 0.75% | - |
| HSV(B) | 204.96º | 0.49% | 1% | - |
| XYZ | 48.61 | 54.68 | 102.6 | - |
| YUV | 187.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 255 | 0.49 | 0.20 | 0 | 0 | 204.96 | 1 | 0.75 |
| Hex | 82 | CB | FF | 31 | 14 | 0 | 0 | CD | 64 | 4B |
| Octal | 202 | 313 | 377 | 61 | 24 | 0 | 0 | 315 | 144 | 113 |
| Binary | 10000010 | 11001011 | 11111111 | 110001 | 10100 | 0 | 0 | 11001101 | 1100100 | 1001011 |
Color Harmonies of #82CBFF
Complementary color
Monochromatic Colors of #82CBFF
Black with #82CBFF
Text Example
Text Example
White with #82CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CBFF; }
p { color: rgb(130,203,255); }
H1.HeaderClassName
{
color: #82CBFF;
}
.AnyTagClassName
{
color: #82CBFF;
}
</style>
background-color css
<style>
a { background-color: #82CBFF; }
a { background-color: rgb(130,203,255); }
div.DivClassName
{
background-color: #82CBFF;
}
.BgClassName
{
background-color: #82CBFF;
}
</style>
border-color css
<style>
span { border-color: #82CBFF; }
span { border-color: rgb(130,203,255); }
td.TdClassName
{
border-color: #82CBFF;
}
.TagClassName
{
border-color: #82CBFF;
}
</style>