Shades of Light Sky Blue #83C0F9
Tints of Light Sky Blue #83C0F9
RGB
CMYK
RGB Variations
Color information
#83C0F9 (or 0x83C0F9) is known color: Light Sky Blue. HEX triplet: 83, C0 and F9. RGB value is (131,192,249). Sum of RGB (Red+Green+Blue) = 131+192+249=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #83C0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C0F9 is #7C3F06. Grayscale: #B3B3B3. Windows color (decimal): -8142599 or 16367747. OLE color: 16367747.
HSL color Cylindrical-coordinate representation of color #83C0F9: hue angle of 208.98º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83C0F9 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 192 | 249 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.02 |
| HSL | 208.98º | 0.91% | 0.75% | - |
| HSV(B) | 208.98º | 0.47% | 0.98% | - |
| XYZ | 45.31 | 49.36 | 96.76 | - |
| YUV | 180.26 | 166.79 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 249 | 0.47 | 0.23 | 0 | 0.02 | 208.98 | 0.91 | 0.75 |
| Hex | 83 | C0 | F9 | 2F | 17 | 0 | 2 | D1 | 5B | 4B |
| Octal | 203 | 300 | 371 | 57 | 27 | 0 | 2 | 321 | 133 | 113 |
| Binary | 10000011 | 11000000 | 11111001 | 101111 | 10111 | 0 | 10 | 11010001 | 1011011 | 1001011 |
Color Harmonies of #83C0F9
Complementary color
Monochromatic Colors of #83C0F9
Black with #83C0F9
Text Example
Text Example
White with #83C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C0F9; }
p { color: rgb(131,192,249); }
H1.HeaderClassName
{
color: #83C0F9;
}
.AnyTagClassName
{
color: #83C0F9;
}
</style>
background-color css
<style>
a { background-color: #83C0F9; }
a { background-color: rgb(131,192,249); }
div.DivClassName
{
background-color: #83C0F9;
}
.BgClassName
{
background-color: #83C0F9;
}
</style>
border-color css
<style>
span { border-color: #83C0F9; }
span { border-color: rgb(131,192,249); }
td.TdClassName
{
border-color: #83C0F9;
}
.TagClassName
{
border-color: #83C0F9;
}
</style>