Shades of Light Sky Blue #83C2EF
Tints of Light Sky Blue #83C2EF
RGB
CMYK
RGB Variations
Color information
#83C2EF (or 0x83C2EF) is known color: Light Sky Blue. HEX triplet: 83, C2 and EF. RGB value is (131,194,239). Sum of RGB (Red+Green+Blue) = 131+194+239=564 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.23% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #83C2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C2EF is #7C3D10. Grayscale: #B4B4B4. Windows color (decimal): -8142097 or 15712899. OLE color: 15712899.
HSL color Cylindrical-coordinate representation of color #83C2EF: hue angle of 205º 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 #83C2EF is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 194 | 239 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.06 |
| HSL | 205º | 0.77% | 0.73% | - |
| HSV(B) | 205º | 0.45% | 0.94% | - |
| XYZ | 44.23 | 49.64 | 88.91 | - |
| YUV | 180.29 | 161.13 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 194 | 239 | 0.45 | 0.19 | 0 | 0.06 | 205 | 0.77 | 0.73 |
| Hex | 83 | C2 | EF | 2D | 13 | 0 | 6 | CD | 4D | 49 |
| Octal | 203 | 302 | 357 | 55 | 23 | 0 | 6 | 315 | 115 | 111 |
| Binary | 10000011 | 11000010 | 11101111 | 101101 | 10011 | 0 | 110 | 11001101 | 1001101 | 1001001 |
Color Harmonies of #83C2EF
Complementary color
Monochromatic Colors of #83C2EF
Black with #83C2EF
Text Example
Text Example
White with #83C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C2EF; }
p { color: rgb(131,194,239); }
H1.HeaderClassName
{
color: #83C2EF;
}
.AnyTagClassName
{
color: #83C2EF;
}
</style>
background-color css
<style>
a { background-color: #83C2EF; }
a { background-color: rgb(131,194,239); }
div.DivClassName
{
background-color: #83C2EF;
}
.BgClassName
{
background-color: #83C2EF;
}
</style>
border-color css
<style>
span { border-color: #83C2EF; }
span { border-color: rgb(131,194,239); }
td.TdClassName
{
border-color: #83C2EF;
}
.TagClassName
{
border-color: #83C2EF;
}
</style>