Shades of Sky Blue #83C6EC
Tints of Sky Blue #83C6EC
RGB
CMYK
RGB Variations
Color information
#83C6EC (or 0x83C6EC) is known color: Sky Blue. HEX triplet: 83, C6 and EC. RGB value is (131,198,236). Sum of RGB (Red+Green+Blue) = 131+198+236=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #83C6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C6EC is #7C3913. Grayscale: #B6B6B6. Windows color (decimal): -8141076 or 15517315. OLE color: 15517315.
HSL color Cylindrical-coordinate representation of color #83C6EC: hue angle of 201.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83C6EC is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 198 | 236 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.07 |
| HSL | 201.71º | 0.73% | 0.72% | - |
| HSV(B) | 201.71º | 0.44% | 0.93% | - |
| XYZ | 44.69 | 51.27 | 86.9 | - |
| YUV | 182.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 198 | 236 | 0.44 | 0.16 | 0 | 0.07 | 201.71 | 0.73 | 0.72 |
| Hex | 83 | C6 | EC | 2C | 10 | 0 | 7 | CA | 49 | 48 |
| Octal | 203 | 306 | 354 | 54 | 20 | 0 | 7 | 312 | 111 | 110 |
| Binary | 10000011 | 11000110 | 11101100 | 101100 | 10000 | 0 | 111 | 11001010 | 1001001 | 1001000 |
Color Harmonies of #83C6EC
Complementary color
Monochromatic Colors of #83C6EC
Black with #83C6EC
Text Example
Text Example
White with #83C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C6EC; }
p { color: rgb(131,198,236); }
H1.HeaderClassName
{
color: #83C6EC;
}
.AnyTagClassName
{
color: #83C6EC;
}
</style>
background-color css
<style>
a { background-color: #83C6EC; }
a { background-color: rgb(131,198,236); }
div.DivClassName
{
background-color: #83C6EC;
}
.BgClassName
{
background-color: #83C6EC;
}
</style>
border-color css
<style>
span { border-color: #83C6EC; }
span { border-color: rgb(131,198,236); }
td.TdClassName
{
border-color: #83C6EC;
}
.TagClassName
{
border-color: #83C6EC;
}
</style>