Shades of Light Sky Blue #83D0F7
Tints of Light Sky Blue #83D0F7
RGB
CMYK
RGB Variations
Color information
#83D0F7 (or 0x83D0F7) is known color: Light Sky Blue. HEX triplet: 83, D0 and F7. RGB value is (131,208,247). Sum of RGB (Red+Green+Blue) = 131+208+247=586 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.35% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #83D0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D0F7 is #7C2F08. Grayscale: #BDBDBD. Windows color (decimal): -8138505 or 16240771. OLE color: 16240771.
HSL color Cylindrical-coordinate representation of color #83D0F7: hue angle of 200.17º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83D0F7 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 208 | 247 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.03 |
| HSL | 200.17º | 0.88% | 0.74% | - |
| HSV(B) | 200.17º | 0.47% | 0.97% | - |
| XYZ | 48.7 | 56.65 | 96.36 | - |
| YUV | 189.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 247 | 0.47 | 0.16 | 0 | 0.03 | 200.17 | 0.88 | 0.74 |
| Hex | 83 | D0 | F7 | 2F | 10 | 0 | 3 | C8 | 58 | 4A |
| Octal | 203 | 320 | 367 | 57 | 20 | 0 | 3 | 310 | 130 | 112 |
| Binary | 10000011 | 11010000 | 11110111 | 101111 | 10000 | 0 | 11 | 11001000 | 1011000 | 1001010 |
Color Harmonies of #83D0F7
Complementary color
Monochromatic Colors of #83D0F7
Black with #83D0F7
Text Example
Text Example
White with #83D0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D0F7; }
p { color: rgb(131,208,247); }
H1.HeaderClassName
{
color: #83D0F7;
}
.AnyTagClassName
{
color: #83D0F7;
}
</style>
background-color css
<style>
a { background-color: #83D0F7; }
a { background-color: rgb(131,208,247); }
div.DivClassName
{
background-color: #83D0F7;
}
.BgClassName
{
background-color: #83D0F7;
}
</style>
border-color css
<style>
span { border-color: #83D0F7; }
span { border-color: rgb(131,208,247); }
td.TdClassName
{
border-color: #83D0F7;
}
.TagClassName
{
border-color: #83D0F7;
}
</style>