Shades of Light Sky Blue #83BFF0
Tints of Light Sky Blue #83BFF0
RGB
CMYK
RGB Variations
Color information
#83BFF0 (or 0x83BFF0) is known color: Light Sky Blue. HEX triplet: 83, BF and F0. RGB value is (131,191,240). Sum of RGB (Red+Green+Blue) = 131+191+240=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #83BFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BFF0 is #7C400F. Grayscale: #B2B2B2. Windows color (decimal): -8142864 or 15777667. OLE color: 15777667.
HSL color Cylindrical-coordinate representation of color #83BFF0: hue angle of 206.97º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83BFF0 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 191 | 240 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.06 |
| HSL | 206.97º | 0.78% | 0.73% | - |
| HSV(B) | 206.97º | 0.45% | 0.94% | - |
| XYZ | 43.72 | 48.38 | 89.47 | - |
| YUV | 178.65 | 162.62 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 240 | 0.45 | 0.20 | 0 | 0.06 | 206.97 | 0.78 | 0.73 |
| Hex | 83 | BF | F0 | 2D | 14 | 0 | 6 | CF | 4E | 49 |
| Octal | 203 | 277 | 360 | 55 | 24 | 0 | 6 | 317 | 116 | 111 |
| Binary | 10000011 | 10111111 | 11110000 | 101101 | 10100 | 0 | 110 | 11001111 | 1001110 | 1001001 |
Color Harmonies of #83BFF0
Complementary color
Monochromatic Colors of #83BFF0
Black with #83BFF0
Text Example
Text Example
White with #83BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BFF0; }
p { color: rgb(131,191,240); }
H1.HeaderClassName
{
color: #83BFF0;
}
.AnyTagClassName
{
color: #83BFF0;
}
</style>
background-color css
<style>
a { background-color: #83BFF0; }
a { background-color: rgb(131,191,240); }
div.DivClassName
{
background-color: #83BFF0;
}
.BgClassName
{
background-color: #83BFF0;
}
</style>
border-color css
<style>
span { border-color: #83BFF0; }
span { border-color: rgb(131,191,240); }
td.TdClassName
{
border-color: #83BFF0;
}
.TagClassName
{
border-color: #83BFF0;
}
</style>