Shades of Light Sky Blue #83D7FF
Tints of Light Sky Blue #83D7FF
RGB
CMYK
RGB Variations
Color information
#83D7FF (or 0x83D7FF) is known color: Light Sky Blue. HEX triplet: 83, D7 and FF. RGB value is (131,215,255). Sum of RGB (Red+Green+Blue) = 131+215+255=601 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.80% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #83D7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D7FF is #7C2800. Grayscale: #C2C2C2. Windows color (decimal): -8136705 or 16766851. OLE color: 16766851.
HSL color Cylindrical-coordinate representation of color #83D7FF: hue angle of 199.35º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83D7FF is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 215 | 255 | - |
| CMYK | 0.49 | 0.16 | 0 | 0 |
| HSL | 199.35º | 1% | 0.76% | - |
| HSV(B) | 199.35º | 0.49% | 1% | - |
| XYZ | 51.71 | 60.65 | 103.59 | - |
| YUV | 194.44 | 162.17 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 215 | 255 | 0.49 | 0.16 | 0 | 0 | 199.35 | 1 | 0.76 |
| Hex | 83 | D7 | FF | 31 | 10 | 0 | 0 | C7 | 64 | 4C |
| Octal | 203 | 327 | 377 | 61 | 20 | 0 | 0 | 307 | 144 | 114 |
| Binary | 10000011 | 11010111 | 11111111 | 110001 | 10000 | 0 | 0 | 11000111 | 1100100 | 1001100 |
Color Harmonies of #83D7FF
Complementary color
Monochromatic Colors of #83D7FF
Black with #83D7FF
Text Example
Text Example
White with #83D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D7FF; }
p { color: rgb(131,215,255); }
H1.HeaderClassName
{
color: #83D7FF;
}
.AnyTagClassName
{
color: #83D7FF;
}
</style>
background-color css
<style>
a { background-color: #83D7FF; }
a { background-color: rgb(131,215,255); }
div.DivClassName
{
background-color: #83D7FF;
}
.BgClassName
{
background-color: #83D7FF;
}
</style>
border-color css
<style>
span { border-color: #83D7FF; }
span { border-color: rgb(131,215,255); }
td.TdClassName
{
border-color: #83D7FF;
}
.TagClassName
{
border-color: #83D7FF;
}
</style>