Shades of Light Sky Blue #83DCFC
Tints of Light Sky Blue #83DCFC
RGB
CMYK
RGB Variations
Color information
#83DCFC (or 0x83DCFC) is known color: Light Sky Blue. HEX triplet: 83, DC and FC. RGB value is (131,220,252). Sum of RGB (Red+Green+Blue) = 131+220+252=603 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.72% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #83DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DCFC is #7C2303. Grayscale: #C4C4C4. Windows color (decimal): -8135428 or 16571523. OLE color: 16571523.
HSL color Cylindrical-coordinate representation of color #83DCFC: hue angle of 195.87º 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 #83DCFC is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 220 | 252 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.01 |
| HSL | 195.87º | 0.95% | 0.75% | - |
| HSV(B) | 195.87º | 0.48% | 0.99% | - |
| XYZ | 52.52 | 63.04 | 101.5 | - |
| YUV | 197.04 | 159.01 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 252 | 0.48 | 0.13 | 0 | 0.01 | 195.87 | 0.95 | 0.75 |
| Hex | 83 | DC | FC | 30 | D | 0 | 1 | C4 | 5F | 4B |
| Octal | 203 | 334 | 374 | 60 | 15 | 0 | 1 | 304 | 137 | 113 |
| Binary | 10000011 | 11011100 | 11111100 | 110000 | 1101 | 0 | 1 | 11000100 | 1011111 | 1001011 |
Color Harmonies of #83DCFC
Complementary color
Monochromatic Colors of #83DCFC
Black with #83DCFC
Text Example
Text Example
White with #83DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCFC; }
p { color: rgb(131,220,252); }
H1.HeaderClassName
{
color: #83DCFC;
}
.AnyTagClassName
{
color: #83DCFC;
}
</style>
background-color css
<style>
a { background-color: #83DCFC; }
a { background-color: rgb(131,220,252); }
div.DivClassName
{
background-color: #83DCFC;
}
.BgClassName
{
background-color: #83DCFC;
}
</style>
border-color css
<style>
span { border-color: #83DCFC; }
span { border-color: rgb(131,220,252); }
td.TdClassName
{
border-color: #83DCFC;
}
.TagClassName
{
border-color: #83DCFC;
}
</style>