Shades of Light Sky Blue #83DFFF
Tints of Light Sky Blue #83DFFF
RGB
CMYK
RGB Variations
Color information
#83DFFF (or 0x83DFFF) is known color: Light Sky Blue. HEX triplet: 83, DF and FF. RGB value is (131,223,255). Sum of RGB (Red+Green+Blue) = 131+223+255=609 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.51% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #83DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DFFF is #7C2000. Grayscale: #C6C6C6. Windows color (decimal): -8134657 or 16768899. OLE color: 16768899.
HSL color Cylindrical-coordinate representation of color #83DFFF: hue angle of 195.48º 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 #83DFFF is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 223 | 255 | - |
| CMYK | 0.49 | 0.13 | 0 | 0 |
| HSL | 195.48º | 1% | 0.76% | - |
| HSV(B) | 195.48º | 0.49% | 1% | - |
| XYZ | 53.8 | 64.82 | 104.28 | - |
| YUV | 199.14 | 159.52 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 255 | 0.49 | 0.13 | 0 | 0 | 195.48 | 1 | 0.76 |
| Hex | 83 | DF | FF | 31 | D | 0 | 0 | C3 | 64 | 4C |
| Octal | 203 | 337 | 377 | 61 | 15 | 0 | 0 | 303 | 144 | 114 |
| Binary | 10000011 | 11011111 | 11111111 | 110001 | 1101 | 0 | 0 | 11000011 | 1100100 | 1001100 |
Color Harmonies of #83DFFF
Complementary color
Monochromatic Colors of #83DFFF
Black with #83DFFF
Text Example
Text Example
White with #83DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFFF; }
p { color: rgb(131,223,255); }
H1.HeaderClassName
{
color: #83DFFF;
}
.AnyTagClassName
{
color: #83DFFF;
}
</style>
background-color css
<style>
a { background-color: #83DFFF; }
a { background-color: rgb(131,223,255); }
div.DivClassName
{
background-color: #83DFFF;
}
.BgClassName
{
background-color: #83DFFF;
}
</style>
border-color css
<style>
span { border-color: #83DFFF; }
span { border-color: rgb(131,223,255); }
td.TdClassName
{
border-color: #83DFFF;
}
.TagClassName
{
border-color: #83DFFF;
}
</style>