Shades of Light Sky Blue #83C6FE
Tints of Light Sky Blue #83C6FE
RGB
CMYK
RGB Variations
Color information
#83C6FE (or 0x83C6FE) is known color: Light Sky Blue. HEX triplet: 83, C6 and FE. RGB value is (131,198,254). Sum of RGB (Red+Green+Blue) = 131+198+254=583 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.47% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #83C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C6FE is #7C3901. Grayscale: #B8B8B8. Windows color (decimal): -8141058 or 16696963. OLE color: 16696963.
HSL color Cylindrical-coordinate representation of color #83C6FE: hue angle of 207.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83C6FE is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 198 | 254 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.00 |
| HSL | 207.32º | 0.98% | 0.75% | - |
| HSV(B) | 207.32º | 0.48% | 1% | - |
| XYZ | 47.44 | 52.37 | 101.37 | - |
| YUV | 184.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 198 | 254 | 0.48 | 0.22 | 0 | 0.00 | 207.32 | 0.98 | 0.75 |
| Hex | 83 | C6 | FE | 30 | 16 | 0 | 0 | CF | 62 | 4B |
| Octal | 203 | 306 | 376 | 60 | 26 | 0 | 0 | 317 | 142 | 113 |
| Binary | 10000011 | 11000110 | 11111110 | 110000 | 10110 | 0 | 0 | 11001111 | 1100010 | 1001011 |
Color Harmonies of #83C6FE
Complementary color
Monochromatic Colors of #83C6FE
Black with #83C6FE
Text Example
Text Example
White with #83C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C6FE; }
p { color: rgb(131,198,254); }
H1.HeaderClassName
{
color: #83C6FE;
}
.AnyTagClassName
{
color: #83C6FE;
}
</style>
background-color css
<style>
a { background-color: #83C6FE; }
a { background-color: rgb(131,198,254); }
div.DivClassName
{
background-color: #83C6FE;
}
.BgClassName
{
background-color: #83C6FE;
}
</style>
border-color css
<style>
span { border-color: #83C6FE; }
span { border-color: rgb(131,198,254); }
td.TdClassName
{
border-color: #83C6FE;
}
.TagClassName
{
border-color: #83C6FE;
}
</style>