Shades of Light Sky Blue #83CEFD
Tints of Light Sky Blue #83CEFD
RGB
CMYK
RGB Variations
Color information
#83CEFD (or 0x83CEFD) is known color: Light Sky Blue. HEX triplet: 83, CE and FD. RGB value is (131,206,253). Sum of RGB (Red+Green+Blue) = 131+206+253=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #83CEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CEFD is #7C3102. Grayscale: #BCBCBC. Windows color (decimal): -8139011 or 16633475. OLE color: 16633475.
HSL color Cylindrical-coordinate representation of color #83CEFD: hue angle of 203.11º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83CEFD is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 206 | 253 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.01 |
| HSL | 203.11º | 0.97% | 0.75% | - |
| HSV(B) | 203.11º | 0.48% | 0.99% | - |
| XYZ | 49.16 | 56.06 | 101.16 | - |
| YUV | 188.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 253 | 0.48 | 0.19 | 0 | 0.01 | 203.11 | 0.97 | 0.75 |
| Hex | 83 | CE | FD | 30 | 13 | 0 | 1 | CB | 61 | 4B |
| Octal | 203 | 316 | 375 | 60 | 23 | 0 | 1 | 313 | 141 | 113 |
| Binary | 10000011 | 11001110 | 11111101 | 110000 | 10011 | 0 | 1 | 11001011 | 1100001 | 1001011 |
Color Harmonies of #83CEFD
Complementary color
Monochromatic Colors of #83CEFD
Black with #83CEFD
Text Example
Text Example
White with #83CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEFD; }
p { color: rgb(131,206,253); }
H1.HeaderClassName
{
color: #83CEFD;
}
.AnyTagClassName
{
color: #83CEFD;
}
</style>
background-color css
<style>
a { background-color: #83CEFD; }
a { background-color: rgb(131,206,253); }
div.DivClassName
{
background-color: #83CEFD;
}
.BgClassName
{
background-color: #83CEFD;
}
</style>
border-color css
<style>
span { border-color: #83CEFD; }
span { border-color: rgb(131,206,253); }
td.TdClassName
{
border-color: #83CEFD;
}
.TagClassName
{
border-color: #83CEFD;
}
</style>