Shades of Sky Blue #83DCEC
Tints of Sky Blue #83DCEC
RGB
CMYK
RGB Variations
Color information
#83DCEC (or 0x83DCEC) is known color: Sky Blue. HEX triplet: 83, DC and EC. RGB value is (131,220,236). Sum of RGB (Red+Green+Blue) = 131+220+236=587 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.32% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #83DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DCEC is #7C2313. Grayscale: #C3C3C3. Windows color (decimal): -8135444 or 15522947. OLE color: 15522947.
HSL color Cylindrical-coordinate representation of color #83DCEC: hue angle of 189.14º 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 #83DCEC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 220 | 236 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.07 |
| HSL | 189.14º | 0.73% | 0.72% | - |
| HSV(B) | 189.14º | 0.44% | 0.93% | - |
| XYZ | 50.09 | 62.07 | 88.7 | - |
| YUV | 195.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 236 | 0.44 | 0.07 | 0 | 0.07 | 189.14 | 0.73 | 0.72 |
| Hex | 83 | DC | EC | 2C | 7 | 0 | 7 | BD | 49 | 48 |
| Octal | 203 | 334 | 354 | 54 | 7 | 0 | 7 | 275 | 111 | 110 |
| Binary | 10000011 | 11011100 | 11101100 | 101100 | 111 | 0 | 111 | 10111101 | 1001001 | 1001000 |
Color Harmonies of #83DCEC
Complementary color
Monochromatic Colors of #83DCEC
Black with #83DCEC
Text Example
Text Example
White with #83DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCEC; }
p { color: rgb(131,220,236); }
H1.HeaderClassName
{
color: #83DCEC;
}
.AnyTagClassName
{
color: #83DCEC;
}
</style>
background-color css
<style>
a { background-color: #83DCEC; }
a { background-color: rgb(131,220,236); }
div.DivClassName
{
background-color: #83DCEC;
}
.BgClassName
{
background-color: #83DCEC;
}
</style>
border-color css
<style>
span { border-color: #83DCEC; }
span { border-color: rgb(131,220,236); }
td.TdClassName
{
border-color: #83DCEC;
}
.TagClassName
{
border-color: #83DCEC;
}
</style>