Shades of Light Sky Blue #83D4FC
Tints of Light Sky Blue #83D4FC
RGB
CMYK
RGB Variations
Color information
#83D4FC (or 0x83D4FC) is known color: Light Sky Blue. HEX triplet: 83, D4 and FC. RGB value is (131,212,252). Sum of RGB (Red+Green+Blue) = 131+212+252=595 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.02% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #83D4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D4FC is #7C2B03. Grayscale: #C0C0C0. Windows color (decimal): -8137476 or 16569475. OLE color: 16569475.
HSL color Cylindrical-coordinate representation of color #83D4FC: hue angle of 199.83º 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 #83D4FC is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 212 | 252 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.01 |
| HSL | 199.83º | 0.95% | 0.75% | - |
| HSV(B) | 199.83º | 0.48% | 0.99% | - |
| XYZ | 50.47 | 58.94 | 100.81 | - |
| YUV | 192.34 | 161.66 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 212 | 252 | 0.48 | 0.16 | 0 | 0.01 | 199.83 | 0.95 | 0.75 |
| Hex | 83 | D4 | FC | 30 | 10 | 0 | 1 | C8 | 5F | 4B |
| Octal | 203 | 324 | 374 | 60 | 20 | 0 | 1 | 310 | 137 | 113 |
| Binary | 10000011 | 11010100 | 11111100 | 110000 | 10000 | 0 | 1 | 11001000 | 1011111 | 1001011 |
Color Harmonies of #83D4FC
Complementary color
Monochromatic Colors of #83D4FC
Black with #83D4FC
Text Example
Text Example
White with #83D4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D4FC; }
p { color: rgb(131,212,252); }
H1.HeaderClassName
{
color: #83D4FC;
}
.AnyTagClassName
{
color: #83D4FC;
}
</style>
background-color css
<style>
a { background-color: #83D4FC; }
a { background-color: rgb(131,212,252); }
div.DivClassName
{
background-color: #83D4FC;
}
.BgClassName
{
background-color: #83D4FC;
}
</style>
border-color css
<style>
span { border-color: #83D4FC; }
span { border-color: rgb(131,212,252); }
td.TdClassName
{
border-color: #83D4FC;
}
.TagClassName
{
border-color: #83D4FC;
}
</style>