Shades of Sky Blue #83C0EB
Tints of Sky Blue #83C0EB
RGB
CMYK
RGB Variations
Color information
#83C0EB (or 0x83C0EB) is known color: Sky Blue. HEX triplet: 83, C0 and EB. RGB value is (131,192,235). Sum of RGB (Red+Green+Blue) = 131+192+235=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #83C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C0EB is #7C3F14. Grayscale: #B2B2B2. Windows color (decimal): -8142613 or 15450243. OLE color: 15450243.
HSL color Cylindrical-coordinate representation of color #83C0EB: hue angle of 204.81º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83C0EB is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 192 | 235 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.08 |
| HSL | 204.81º | 0.72% | 0.72% | - |
| HSV(B) | 204.81º | 0.44% | 0.92% | - |
| XYZ | 43.21 | 48.52 | 85.69 | - |
| YUV | 178.66 | 159.79 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 235 | 0.44 | 0.18 | 0 | 0.08 | 204.81 | 0.72 | 0.72 |
| Hex | 83 | C0 | EB | 2C | 12 | 0 | 8 | CD | 48 | 48 |
| Octal | 203 | 300 | 353 | 54 | 22 | 0 | 10 | 315 | 110 | 110 |
| Binary | 10000011 | 11000000 | 11101011 | 101100 | 10010 | 0 | 1000 | 11001101 | 1001000 | 1001000 |
Color Harmonies of #83C0EB
Complementary color
Monochromatic Colors of #83C0EB
Black with #83C0EB
Text Example
Text Example
White with #83C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C0EB; }
p { color: rgb(131,192,235); }
H1.HeaderClassName
{
color: #83C0EB;
}
.AnyTagClassName
{
color: #83C0EB;
}
</style>
background-color css
<style>
a { background-color: #83C0EB; }
a { background-color: rgb(131,192,235); }
div.DivClassName
{
background-color: #83C0EB;
}
.BgClassName
{
background-color: #83C0EB;
}
</style>
border-color css
<style>
span { border-color: #83C0EB; }
span { border-color: rgb(131,192,235); }
td.TdClassName
{
border-color: #83C0EB;
}
.TagClassName
{
border-color: #83C0EB;
}
</style>