Shades of Light Sky Blue #83D1FC
Tints of Light Sky Blue #83D1FC
RGB
CMYK
RGB Variations
Color information
#83D1FC (or 0x83D1FC) is known color: Light Sky Blue. HEX triplet: 83, D1 and FC. RGB value is (131,209,252). Sum of RGB (Red+Green+Blue) = 131+209+252=592 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.13% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #83D1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D1FC is #7C2E03. Grayscale: #BEBEBE. Windows color (decimal): -8138244 or 16568707. OLE color: 16568707.
HSL color Cylindrical-coordinate representation of color #83D1FC: hue angle of 201.32º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83D1FC is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 209 | 252 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.01 |
| HSL | 201.32º | 0.95% | 0.75% | - |
| HSV(B) | 201.32º | 0.48% | 0.99% | - |
| XYZ | 49.73 | 57.45 | 100.56 | - |
| YUV | 190.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 209 | 252 | 0.48 | 0.17 | 0 | 0.01 | 201.32 | 0.95 | 0.75 |
| Hex | 83 | D1 | FC | 30 | 11 | 0 | 1 | C9 | 5F | 4B |
| Octal | 203 | 321 | 374 | 60 | 21 | 0 | 1 | 311 | 137 | 113 |
| Binary | 10000011 | 11010001 | 11111100 | 110000 | 10001 | 0 | 1 | 11001001 | 1011111 | 1001011 |
Color Harmonies of #83D1FC
Complementary color
Monochromatic Colors of #83D1FC
Black with #83D1FC
Text Example
Text Example
White with #83D1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D1FC; }
p { color: rgb(131,209,252); }
H1.HeaderClassName
{
color: #83D1FC;
}
.AnyTagClassName
{
color: #83D1FC;
}
</style>
background-color css
<style>
a { background-color: #83D1FC; }
a { background-color: rgb(131,209,252); }
div.DivClassName
{
background-color: #83D1FC;
}
.BgClassName
{
background-color: #83D1FC;
}
</style>
border-color css
<style>
span { border-color: #83D1FC; }
span { border-color: rgb(131,209,252); }
td.TdClassName
{
border-color: #83D1FC;
}
.TagClassName
{
border-color: #83D1FC;
}
</style>