Shades of Light Sky Blue #83DBFD
Tints of Light Sky Blue #83DBFD
RGB
CMYK
RGB Variations
Color information
#83DBFD (or 0x83DBFD) is known color: Light Sky Blue. HEX triplet: 83, DB and FD. RGB value is (131,219,253). Sum of RGB (Red+Green+Blue) = 131+219+253=603 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.72% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #83DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DBFD is #7C2402. Grayscale: #C4C4C4. Windows color (decimal): -8135683 or 16636803. OLE color: 16636803.
HSL color Cylindrical-coordinate representation of color #83DBFD: hue angle of 196.72º degrees, saturation: 0.97, 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 #83DBFD is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 219 | 253 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.01 |
| HSL | 196.72º | 0.97% | 0.75% | - |
| HSV(B) | 196.72º | 0.48% | 0.99% | - |
| XYZ | 52.42 | 62.58 | 102.24 | - |
| YUV | 196.56 | 159.85 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 253 | 0.48 | 0.13 | 0 | 0.01 | 196.72 | 0.97 | 0.75 |
| Hex | 83 | DB | FD | 30 | D | 0 | 1 | C5 | 61 | 4B |
| Octal | 203 | 333 | 375 | 60 | 15 | 0 | 1 | 305 | 141 | 113 |
| Binary | 10000011 | 11011011 | 11111101 | 110000 | 1101 | 0 | 1 | 11000101 | 1100001 | 1001011 |
Color Harmonies of #83DBFD
Complementary color
Monochromatic Colors of #83DBFD
Black with #83DBFD
Text Example
Text Example
White with #83DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBFD; }
p { color: rgb(131,219,253); }
H1.HeaderClassName
{
color: #83DBFD;
}
.AnyTagClassName
{
color: #83DBFD;
}
</style>
background-color css
<style>
a { background-color: #83DBFD; }
a { background-color: rgb(131,219,253); }
div.DivClassName
{
background-color: #83DBFD;
}
.BgClassName
{
background-color: #83DBFD;
}
</style>
border-color css
<style>
span { border-color: #83DBFD; }
span { border-color: rgb(131,219,253); }
td.TdClassName
{
border-color: #83DBFD;
}
.TagClassName
{
border-color: #83DBFD;
}
</style>