Shades of Sky Blue #83CAEA
Tints of Sky Blue #83CAEA
RGB
CMYK
RGB Variations
Color information
#83CAEA (or 0x83CAEA) is known color: Sky Blue. HEX triplet: 83, CA and EA. RGB value is (131,202,234). Sum of RGB (Red+Green+Blue) = 131+202+234=567 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.10% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #83CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CAEA is #7C3515. Grayscale: #B8B8B8. Windows color (decimal): -8140054 or 15387267. OLE color: 15387267.
HSL color Cylindrical-coordinate representation of color #83CAEA: hue angle of 198.64º 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 #83CAEA is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 202 | 234 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.08 |
| HSL | 198.64º | 0.71% | 0.72% | - |
| HSV(B) | 198.64º | 0.44% | 0.92% | - |
| XYZ | 45.33 | 53.01 | 85.68 | - |
| YUV | 184.42 | 155.98 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 234 | 0.44 | 0.14 | 0 | 0.08 | 198.64 | 0.71 | 0.72 |
| Hex | 83 | CA | EA | 2C | E | 0 | 8 | C7 | 47 | 48 |
| Octal | 203 | 312 | 352 | 54 | 16 | 0 | 10 | 307 | 107 | 110 |
| Binary | 10000011 | 11001010 | 11101010 | 101100 | 1110 | 0 | 1000 | 11000111 | 1000111 | 1001000 |
Color Harmonies of #83CAEA
Complementary color
Monochromatic Colors of #83CAEA
Black with #83CAEA
Text Example
Text Example
White with #83CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CAEA; }
p { color: rgb(131,202,234); }
H1.HeaderClassName
{
color: #83CAEA;
}
.AnyTagClassName
{
color: #83CAEA;
}
</style>
background-color css
<style>
a { background-color: #83CAEA; }
a { background-color: rgb(131,202,234); }
div.DivClassName
{
background-color: #83CAEA;
}
.BgClassName
{
background-color: #83CAEA;
}
</style>
border-color css
<style>
span { border-color: #83CAEA; }
span { border-color: rgb(131,202,234); }
td.TdClassName
{
border-color: #83CAEA;
}
.TagClassName
{
border-color: #83CAEA;
}
</style>