Shades of Light Sky Blue #83CCFC
Tints of Light Sky Blue #83CCFC
RGB
CMYK
RGB Variations
Color information
#83CCFC (or 0x83CCFC) is known color: Light Sky Blue. HEX triplet: 83, CC and FC. RGB value is (131,204,252). Sum of RGB (Red+Green+Blue) = 131+204+252=587 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.32% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #83CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CCFC is #7C3303. Grayscale: #BBBBBB. Windows color (decimal): -8139524 or 16567427. OLE color: 16567427.
HSL color Cylindrical-coordinate representation of color #83CCFC: hue angle of 203.8º degrees, saturation: 0.95, 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 #83CCFC is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 204 | 252 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.01 |
| HSL | 203.8º | 0.95% | 0.75% | - |
| HSV(B) | 203.8º | 0.48% | 0.99% | - |
| XYZ | 48.52 | 55.04 | 100.16 | - |
| YUV | 187.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 252 | 0.48 | 0.19 | 0 | 0.01 | 203.8 | 0.95 | 0.75 |
| Hex | 83 | CC | FC | 30 | 13 | 0 | 1 | CC | 5F | 4B |
| Octal | 203 | 314 | 374 | 60 | 23 | 0 | 1 | 314 | 137 | 113 |
| Binary | 10000011 | 11001100 | 11111100 | 110000 | 10011 | 0 | 1 | 11001100 | 1011111 | 1001011 |
Color Harmonies of #83CCFC
Complementary color
Monochromatic Colors of #83CCFC
Black with #83CCFC
Text Example
Text Example
White with #83CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCFC; }
p { color: rgb(131,204,252); }
H1.HeaderClassName
{
color: #83CCFC;
}
.AnyTagClassName
{
color: #83CCFC;
}
</style>
background-color css
<style>
a { background-color: #83CCFC; }
a { background-color: rgb(131,204,252); }
div.DivClassName
{
background-color: #83CCFC;
}
.BgClassName
{
background-color: #83CCFC;
}
</style>
border-color css
<style>
span { border-color: #83CCFC; }
span { border-color: rgb(131,204,252); }
td.TdClassName
{
border-color: #83CCFC;
}
.TagClassName
{
border-color: #83CCFC;
}
</style>