Shades of Sky Blue #83D1EB
Tints of Sky Blue #83D1EB
RGB
CMYK
RGB Variations
Color information
#83D1EB (or 0x83D1EB) is known color: Sky Blue. HEX triplet: 83, D1 and EB. RGB value is (131,209,235). Sum of RGB (Red+Green+Blue) = 131+209+235=575 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.78% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #83D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D1EB is #7C2E14. Grayscale: #BCBCBC. Windows color (decimal): -8138261 or 15454595. OLE color: 15454595.
HSL color Cylindrical-coordinate representation of color #83D1EB: hue angle of 195º 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 #83D1EB is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 209 | 235 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.08 |
| HSL | 195º | 0.72% | 0.72% | - |
| HSV(B) | 195º | 0.44% | 0.92% | - |
| XYZ | 47.16 | 56.42 | 87 | - |
| YUV | 188.64 | 154.16 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 209 | 235 | 0.44 | 0.11 | 0 | 0.08 | 195 | 0.72 | 0.72 |
| Hex | 83 | D1 | EB | 2C | B | 0 | 8 | C3 | 48 | 48 |
| Octal | 203 | 321 | 353 | 54 | 13 | 0 | 10 | 303 | 110 | 110 |
| Binary | 10000011 | 11010001 | 11101011 | 101100 | 1011 | 0 | 1000 | 11000011 | 1001000 | 1001000 |
Color Harmonies of #83D1EB
Complementary color
Monochromatic Colors of #83D1EB
Black with #83D1EB
Text Example
Text Example
White with #83D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D1EB; }
p { color: rgb(131,209,235); }
H1.HeaderClassName
{
color: #83D1EB;
}
.AnyTagClassName
{
color: #83D1EB;
}
</style>
background-color css
<style>
a { background-color: #83D1EB; }
a { background-color: rgb(131,209,235); }
div.DivClassName
{
background-color: #83D1EB;
}
.BgClassName
{
background-color: #83D1EB;
}
</style>
border-color css
<style>
span { border-color: #83D1EB; }
span { border-color: rgb(131,209,235); }
td.TdClassName
{
border-color: #83D1EB;
}
.TagClassName
{
border-color: #83D1EB;
}
</style>