Shades of Light Sky Blue #83DFFB
Tints of Light Sky Blue #83DFFB
RGB
CMYK
RGB Variations
Color information
#83DFFB (or 0x83DFFB) is known color: Light Sky Blue. HEX triplet: 83, DF and FB. RGB value is (131,223,251). Sum of RGB (Red+Green+Blue) = 131+223+251=605 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.65% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #83DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DFFB is #7C2004. Grayscale: #C6C6C6. Windows color (decimal): -8134661 or 16506755. OLE color: 16506755.
HSL color Cylindrical-coordinate representation of color #83DFFB: hue angle of 194º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83DFFB is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 223 | 251 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.02 |
| HSL | 194º | 0.94% | 0.75% | - |
| HSV(B) | 194º | 0.48% | 0.98% | - |
| XYZ | 53.16 | 64.57 | 100.93 | - |
| YUV | 198.68 | 157.52 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 251 | 0.48 | 0.11 | 0 | 0.02 | 194 | 0.94 | 0.75 |
| Hex | 83 | DF | FB | 30 | B | 0 | 2 | C2 | 5E | 4B |
| Octal | 203 | 337 | 373 | 60 | 13 | 0 | 2 | 302 | 136 | 113 |
| Binary | 10000011 | 11011111 | 11111011 | 110000 | 1011 | 0 | 10 | 11000010 | 1011110 | 1001011 |
Color Harmonies of #83DFFB
Complementary color
Monochromatic Colors of #83DFFB
Black with #83DFFB
Text Example
Text Example
White with #83DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFFB; }
p { color: rgb(131,223,251); }
H1.HeaderClassName
{
color: #83DFFB;
}
.AnyTagClassName
{
color: #83DFFB;
}
</style>
background-color css
<style>
a { background-color: #83DFFB; }
a { background-color: rgb(131,223,251); }
div.DivClassName
{
background-color: #83DFFB;
}
.BgClassName
{
background-color: #83DFFB;
}
</style>
border-color css
<style>
span { border-color: #83DFFB; }
span { border-color: rgb(131,223,251); }
td.TdClassName
{
border-color: #83DFFB;
}
.TagClassName
{
border-color: #83DFFB;
}
</style>