Shades of Light Sky Blue #83DEFC
Tints of Light Sky Blue #83DEFC
RGB
CMYK
RGB Variations
Color information
#83DEFC (or 0x83DEFC) is known color: Light Sky Blue. HEX triplet: 83, DE and FC. RGB value is (131,222,252). Sum of RGB (Red+Green+Blue) = 131+222+252=605 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.65% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #83DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DEFC is #7C2103. Grayscale: #C5C5C5. Windows color (decimal): -8134916 or 16572035. OLE color: 16572035.
HSL color Cylindrical-coordinate representation of color #83DEFC: hue angle of 194.88º 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 #83DEFC is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 222 | 252 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.01 |
| HSL | 194.88º | 0.95% | 0.75% | - |
| HSV(B) | 194.88º | 0.48% | 0.99% | - |
| XYZ | 53.05 | 64.1 | 101.67 | - |
| YUV | 198.21 | 158.35 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 222 | 252 | 0.48 | 0.12 | 0 | 0.01 | 194.88 | 0.95 | 0.75 |
| Hex | 83 | DE | FC | 30 | C | 0 | 1 | C3 | 5F | 4B |
| Octal | 203 | 336 | 374 | 60 | 14 | 0 | 1 | 303 | 137 | 113 |
| Binary | 10000011 | 11011110 | 11111100 | 110000 | 1100 | 0 | 1 | 11000011 | 1011111 | 1001011 |
Color Harmonies of #83DEFC
Complementary color
Monochromatic Colors of #83DEFC
Black with #83DEFC
Text Example
Text Example
White with #83DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DEFC; }
p { color: rgb(131,222,252); }
H1.HeaderClassName
{
color: #83DEFC;
}
.AnyTagClassName
{
color: #83DEFC;
}
</style>
background-color css
<style>
a { background-color: #83DEFC; }
a { background-color: rgb(131,222,252); }
div.DivClassName
{
background-color: #83DEFC;
}
.BgClassName
{
background-color: #83DEFC;
}
</style>
border-color css
<style>
span { border-color: #83DEFC; }
span { border-color: rgb(131,222,252); }
td.TdClassName
{
border-color: #83DEFC;
}
.TagClassName
{
border-color: #83DEFC;
}
</style>