Shades of Sky Blue #83BEEC
Tints of Sky Blue #83BEEC
RGB
CMYK
RGB Variations
Color information
#83BEEC (or 0x83BEEC) is known color: Sky Blue. HEX triplet: 83, BE and EC. RGB value is (131,190,236). Sum of RGB (Red+Green+Blue) = 131+190+236=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #83BEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BEEC is #7C4113. Grayscale: #B1B1B1. Windows color (decimal): -8143124 or 15515267. OLE color: 15515267.
HSL color Cylindrical-coordinate representation of color #83BEEC: hue angle of 206.29º 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 #83BEEC is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 190 | 236 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.07 |
| HSL | 206.29º | 0.73% | 0.72% | - |
| HSV(B) | 206.29º | 0.44% | 0.93% | - |
| XYZ | 42.91 | 47.71 | 86.3 | - |
| YUV | 177.6 | 160.95 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 236 | 0.44 | 0.19 | 0 | 0.07 | 206.29 | 0.73 | 0.72 |
| Hex | 83 | BE | EC | 2C | 13 | 0 | 7 | CE | 49 | 48 |
| Octal | 203 | 276 | 354 | 54 | 23 | 0 | 7 | 316 | 111 | 110 |
| Binary | 10000011 | 10111110 | 11101100 | 101100 | 10011 | 0 | 111 | 11001110 | 1001001 | 1001000 |
Color Harmonies of #83BEEC
Complementary color
Monochromatic Colors of #83BEEC
Black with #83BEEC
Text Example
Text Example
White with #83BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BEEC; }
p { color: rgb(131,190,236); }
H1.HeaderClassName
{
color: #83BEEC;
}
.AnyTagClassName
{
color: #83BEEC;
}
</style>
background-color css
<style>
a { background-color: #83BEEC; }
a { background-color: rgb(131,190,236); }
div.DivClassName
{
background-color: #83BEEC;
}
.BgClassName
{
background-color: #83BEEC;
}
</style>
border-color css
<style>
span { border-color: #83BEEC; }
span { border-color: rgb(131,190,236); }
td.TdClassName
{
border-color: #83BEEC;
}
.TagClassName
{
border-color: #83BEEC;
}
</style>