Shades of Light Sky Blue #83CFFD
Tints of Light Sky Blue #83CFFD
RGB
CMYK
RGB Variations
Color information
#83CFFD (or 0x83CFFD) is known color: Light Sky Blue. HEX triplet: 83, CF and FD. RGB value is (131,207,253). Sum of RGB (Red+Green+Blue) = 131+207+253=591 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.17% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #83CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CFFD is #7C3002. Grayscale: #BDBDBD. Windows color (decimal): -8138755 or 16633731. OLE color: 16633731.
HSL color Cylindrical-coordinate representation of color #83CFFD: hue angle of 202.62º 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 #83CFFD is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 207 | 253 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.01 |
| HSL | 202.62º | 0.97% | 0.75% | - |
| HSV(B) | 202.62º | 0.48% | 0.99% | - |
| XYZ | 49.4 | 56.54 | 101.24 | - |
| YUV | 189.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 253 | 0.48 | 0.18 | 0 | 0.01 | 202.62 | 0.97 | 0.75 |
| Hex | 83 | CF | FD | 30 | 12 | 0 | 1 | CB | 61 | 4B |
| Octal | 203 | 317 | 375 | 60 | 22 | 0 | 1 | 313 | 141 | 113 |
| Binary | 10000011 | 11001111 | 11111101 | 110000 | 10010 | 0 | 1 | 11001011 | 1100001 | 1001011 |
Color Harmonies of #83CFFD
Complementary color
Monochromatic Colors of #83CFFD
Black with #83CFFD
Text Example
Text Example
White with #83CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFFD; }
p { color: rgb(131,207,253); }
H1.HeaderClassName
{
color: #83CFFD;
}
.AnyTagClassName
{
color: #83CFFD;
}
</style>
background-color css
<style>
a { background-color: #83CFFD; }
a { background-color: rgb(131,207,253); }
div.DivClassName
{
background-color: #83CFFD;
}
.BgClassName
{
background-color: #83CFFD;
}
</style>
border-color css
<style>
span { border-color: #83CFFD; }
span { border-color: rgb(131,207,253); }
td.TdClassName
{
border-color: #83CFFD;
}
.TagClassName
{
border-color: #83CFFD;
}
</style>