Shades of Light Sky Blue #83BFF1
Tints of Light Sky Blue #83BFF1
RGB
CMYK
RGB Variations
Color information
#83BFF1 (or 0x83BFF1) is known color: Light Sky Blue. HEX triplet: 83, BF and F1. RGB value is (131,191,241). Sum of RGB (Red+Green+Blue) = 131+191+241=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #83BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BFF1 is #7C400E. Grayscale: #B2B2B2. Windows color (decimal): -8142863 or 15843203. OLE color: 15843203.
HSL color Cylindrical-coordinate representation of color #83BFF1: hue angle of 207.27º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83BFF1 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 191 | 241 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.05 |
| HSL | 207.27º | 0.8% | 0.73% | - |
| HSV(B) | 207.27º | 0.46% | 0.95% | - |
| XYZ | 43.87 | 48.44 | 90.26 | - |
| YUV | 178.76 | 163.12 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 241 | 0.46 | 0.21 | 0 | 0.05 | 207.27 | 0.8 | 0.73 |
| Hex | 83 | BF | F1 | 2E | 15 | 0 | 5 | CF | 50 | 49 |
| Octal | 203 | 277 | 361 | 56 | 25 | 0 | 5 | 317 | 120 | 111 |
| Binary | 10000011 | 10111111 | 11110001 | 101110 | 10101 | 0 | 101 | 11001111 | 1010000 | 1001001 |
Color Harmonies of #83BFF1
Complementary color
Monochromatic Colors of #83BFF1
Black with #83BFF1
Text Example
Text Example
White with #83BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BFF1; }
p { color: rgb(131,191,241); }
H1.HeaderClassName
{
color: #83BFF1;
}
.AnyTagClassName
{
color: #83BFF1;
}
</style>
background-color css
<style>
a { background-color: #83BFF1; }
a { background-color: rgb(131,191,241); }
div.DivClassName
{
background-color: #83BFF1;
}
.BgClassName
{
background-color: #83BFF1;
}
</style>
border-color css
<style>
span { border-color: #83BFF1; }
span { border-color: rgb(131,191,241); }
td.TdClassName
{
border-color: #83BFF1;
}
.TagClassName
{
border-color: #83BFF1;
}
</style>