Shades of Sky Blue #83C4EA
Tints of Sky Blue #83C4EA
RGB
CMYK
RGB Variations
Color information
#83C4EA (or 0x83C4EA) is known color: Sky Blue. HEX triplet: 83, C4 and EA. RGB value is (131,196,234). Sum of RGB (Red+Green+Blue) = 131+196+234=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #83C4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C4EA is #7C3B15. Grayscale: #B4B4B4. Windows color (decimal): -8141590 or 15385731. OLE color: 15385731.
HSL color Cylindrical-coordinate representation of color #83C4EA: hue angle of 202.14º degrees, saturation: 0.71, 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 #83C4EA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 196 | 234 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.08 |
| HSL | 202.14º | 0.71% | 0.72% | - |
| HSV(B) | 202.14º | 0.44% | 0.92% | - |
| XYZ | 43.95 | 50.25 | 85.22 | - |
| YUV | 180.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 196 | 234 | 0.44 | 0.16 | 0 | 0.08 | 202.14 | 0.71 | 0.72 |
| Hex | 83 | C4 | EA | 2C | 10 | 0 | 8 | CA | 47 | 48 |
| Octal | 203 | 304 | 352 | 54 | 20 | 0 | 10 | 312 | 107 | 110 |
| Binary | 10000011 | 11000100 | 11101010 | 101100 | 10000 | 0 | 1000 | 11001010 | 1000111 | 1001000 |
Color Harmonies of #83C4EA
Complementary color
Monochromatic Colors of #83C4EA
Black with #83C4EA
Text Example
Text Example
White with #83C4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C4EA; }
p { color: rgb(131,196,234); }
H1.HeaderClassName
{
color: #83C4EA;
}
.AnyTagClassName
{
color: #83C4EA;
}
</style>
background-color css
<style>
a { background-color: #83C4EA; }
a { background-color: rgb(131,196,234); }
div.DivClassName
{
background-color: #83C4EA;
}
.BgClassName
{
background-color: #83C4EA;
}
</style>
border-color css
<style>
span { border-color: #83C4EA; }
span { border-color: rgb(131,196,234); }
td.TdClassName
{
border-color: #83C4EA;
}
.TagClassName
{
border-color: #83C4EA;
}
</style>