Shades of Light Sky Blue #83C0EF
Tints of Light Sky Blue #83C0EF
RGB
CMYK
RGB Variations
Color information
#83C0EF (or 0x83C0EF) is known color: Light Sky Blue. HEX triplet: 83, C0 and EF. RGB value is (131,192,239). Sum of RGB (Red+Green+Blue) = 131+192+239=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #83C0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C0EF is #7C3F10. Grayscale: #B2B2B2. Windows color (decimal): -8142609 or 15712387. OLE color: 15712387.
HSL color Cylindrical-coordinate representation of color #83C0EF: hue angle of 206.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83C0EF is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 192 | 239 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.06 |
| HSL | 206.11º | 0.77% | 0.73% | - |
| HSV(B) | 206.11º | 0.45% | 0.94% | - |
| XYZ | 43.79 | 48.76 | 88.76 | - |
| YUV | 179.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 239 | 0.45 | 0.20 | 0 | 0.06 | 206.11 | 0.77 | 0.73 |
| Hex | 83 | C0 | EF | 2D | 14 | 0 | 6 | CE | 4D | 49 |
| Octal | 203 | 300 | 357 | 55 | 24 | 0 | 6 | 316 | 115 | 111 |
| Binary | 10000011 | 11000000 | 11101111 | 101101 | 10100 | 0 | 110 | 11001110 | 1001101 | 1001001 |
Color Harmonies of #83C0EF
Complementary color
Monochromatic Colors of #83C0EF
Black with #83C0EF
Text Example
Text Example
White with #83C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C0EF; }
p { color: rgb(131,192,239); }
H1.HeaderClassName
{
color: #83C0EF;
}
.AnyTagClassName
{
color: #83C0EF;
}
</style>
background-color css
<style>
a { background-color: #83C0EF; }
a { background-color: rgb(131,192,239); }
div.DivClassName
{
background-color: #83C0EF;
}
.BgClassName
{
background-color: #83C0EF;
}
</style>
border-color css
<style>
span { border-color: #83C0EF; }
span { border-color: rgb(131,192,239); }
td.TdClassName
{
border-color: #83C0EF;
}
.TagClassName
{
border-color: #83C0EF;
}
</style>