Shades of Light Sky Blue #83DBFF
Tints of Light Sky Blue #83DBFF
RGB
CMYK
RGB Variations
Color information
#83DBFF (or 0x83DBFF) is known color: Light Sky Blue. HEX triplet: 83, DB and FF. RGB value is (131,219,255). Sum of RGB (Red+Green+Blue) = 131+219+255=605 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.65% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #83DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DBFF is #7C2400. Grayscale: #C4C4C4. Windows color (decimal): -8135681 or 16767875. OLE color: 16767875.
HSL color Cylindrical-coordinate representation of color #83DBFF: hue angle of 197.42º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83DBFF is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 219 | 255 | - |
| CMYK | 0.49 | 0.14 | 0 | 0 |
| HSL | 197.42º | 1% | 0.76% | - |
| HSV(B) | 197.42º | 0.49% | 1% | - |
| XYZ | 52.74 | 62.71 | 103.93 | - |
| YUV | 196.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 255 | 0.49 | 0.14 | 0 | 0 | 197.42 | 1 | 0.76 |
| Hex | 83 | DB | FF | 31 | E | 0 | 0 | C5 | 64 | 4C |
| Octal | 203 | 333 | 377 | 61 | 16 | 0 | 0 | 305 | 144 | 114 |
| Binary | 10000011 | 11011011 | 11111111 | 110001 | 1110 | 0 | 0 | 11000101 | 1100100 | 1001100 |
Color Harmonies of #83DBFF
Complementary color
Monochromatic Colors of #83DBFF
Black with #83DBFF
Text Example
Text Example
White with #83DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBFF; }
p { color: rgb(131,219,255); }
H1.HeaderClassName
{
color: #83DBFF;
}
.AnyTagClassName
{
color: #83DBFF;
}
</style>
background-color css
<style>
a { background-color: #83DBFF; }
a { background-color: rgb(131,219,255); }
div.DivClassName
{
background-color: #83DBFF;
}
.BgClassName
{
background-color: #83DBFF;
}
</style>
border-color css
<style>
span { border-color: #83DBFF; }
span { border-color: rgb(131,219,255); }
td.TdClassName
{
border-color: #83DBFF;
}
.TagClassName
{
border-color: #83DBFF;
}
</style>