Shades of Light Sky Blue #83D8FF
Tints of Light Sky Blue #83D8FF
RGB
CMYK
RGB Variations
Color information
#83D8FF (or 0x83D8FF) is known color: Light Sky Blue. HEX triplet: 83, D8 and FF. RGB value is (131,216,255). Sum of RGB (Red+Green+Blue) = 131+216+255=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #83D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D8FF is #7C2700. Grayscale: #C2C2C2. Windows color (decimal): -8136449 or 16767107. OLE color: 16767107.
HSL color Cylindrical-coordinate representation of color #83D8FF: hue angle of 198.87º 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 #83D8FF is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 216 | 255 | - |
| CMYK | 0.49 | 0.15 | 0 | 0 |
| HSL | 198.87º | 1% | 0.76% | - |
| HSV(B) | 198.87º | 0.49% | 1% | - |
| XYZ | 51.97 | 61.16 | 103.67 | - |
| YUV | 195.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 255 | 0.49 | 0.15 | 0 | 0 | 198.87 | 1 | 0.76 |
| Hex | 83 | D8 | FF | 31 | F | 0 | 0 | C7 | 64 | 4C |
| Octal | 203 | 330 | 377 | 61 | 17 | 0 | 0 | 307 | 144 | 114 |
| Binary | 10000011 | 11011000 | 11111111 | 110001 | 1111 | 0 | 0 | 11000111 | 1100100 | 1001100 |
Color Harmonies of #83D8FF
Complementary color
Monochromatic Colors of #83D8FF
Black with #83D8FF
Text Example
Text Example
White with #83D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D8FF; }
p { color: rgb(131,216,255); }
H1.HeaderClassName
{
color: #83D8FF;
}
.AnyTagClassName
{
color: #83D8FF;
}
</style>
background-color css
<style>
a { background-color: #83D8FF; }
a { background-color: rgb(131,216,255); }
div.DivClassName
{
background-color: #83D8FF;
}
.BgClassName
{
background-color: #83D8FF;
}
</style>
border-color css
<style>
span { border-color: #83D8FF; }
span { border-color: rgb(131,216,255); }
td.TdClassName
{
border-color: #83D8FF;
}
.TagClassName
{
border-color: #83D8FF;
}
</style>