Shades of Light Sky Blue #83DBFE
Tints of Light Sky Blue #83DBFE
RGB
CMYK
RGB Variations
Color information
#83DBFE (or 0x83DBFE) is known color: Light Sky Blue. HEX triplet: 83, DB and FE. RGB value is (131,219,254). Sum of RGB (Red+Green+Blue) = 131+219+254=604 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.69% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #83DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DBFE is #7C2401. Grayscale: #C4C4C4. Windows color (decimal): -8135682 or 16702339. OLE color: 16702339.
HSL color Cylindrical-coordinate representation of color #83DBFE: hue angle of 197.07º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83DBFE is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 219 | 254 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.00 |
| HSL | 197.07º | 0.98% | 0.75% | - |
| HSV(B) | 197.07º | 0.48% | 1% | - |
| XYZ | 52.58 | 62.64 | 103.09 | - |
| YUV | 196.68 | 160.35 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 254 | 0.48 | 0.14 | 0 | 0.00 | 197.07 | 0.98 | 0.75 |
| Hex | 83 | DB | FE | 30 | E | 0 | 0 | C5 | 62 | 4B |
| Octal | 203 | 333 | 376 | 60 | 16 | 0 | 0 | 305 | 142 | 113 |
| Binary | 10000011 | 11011011 | 11111110 | 110000 | 1110 | 0 | 0 | 11000101 | 1100010 | 1001011 |
Color Harmonies of #83DBFE
Complementary color
Monochromatic Colors of #83DBFE
Black with #83DBFE
Text Example
Text Example
White with #83DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBFE; }
p { color: rgb(131,219,254); }
H1.HeaderClassName
{
color: #83DBFE;
}
.AnyTagClassName
{
color: #83DBFE;
}
</style>
background-color css
<style>
a { background-color: #83DBFE; }
a { background-color: rgb(131,219,254); }
div.DivClassName
{
background-color: #83DBFE;
}
.BgClassName
{
background-color: #83DBFE;
}
</style>
border-color css
<style>
span { border-color: #83DBFE; }
span { border-color: rgb(131,219,254); }
td.TdClassName
{
border-color: #83DBFE;
}
.TagClassName
{
border-color: #83DBFE;
}
</style>