Shades of Light Sky Blue #83DCFF
Tints of Light Sky Blue #83DCFF
RGB
CMYK
RGB Variations
Color information
#83DCFF (or 0x83DCFF) is known color: Light Sky Blue. HEX triplet: 83, DC and FF. RGB value is (131,220,255). Sum of RGB (Red+Green+Blue) = 131+220+255=606 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.62% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #83DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DCFF is #7C2300. Grayscale: #C5C5C5. Windows color (decimal): -8135425 or 16768131. OLE color: 16768131.
HSL color Cylindrical-coordinate representation of color #83DCFF: hue angle of 196.94º 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 #83DCFF is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 220 | 255 | - |
| CMYK | 0.49 | 0.14 | 0 | 0 |
| HSL | 196.94º | 1% | 0.76% | - |
| HSV(B) | 196.94º | 0.49% | 1% | - |
| XYZ | 53 | 63.23 | 104.02 | - |
| YUV | 197.38 | 160.51 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 255 | 0.49 | 0.14 | 0 | 0 | 196.94 | 1 | 0.76 |
| Hex | 83 | DC | FF | 31 | E | 0 | 0 | C5 | 64 | 4C |
| Octal | 203 | 334 | 377 | 61 | 16 | 0 | 0 | 305 | 144 | 114 |
| Binary | 10000011 | 11011100 | 11111111 | 110001 | 1110 | 0 | 0 | 11000101 | 1100100 | 1001100 |
Color Harmonies of #83DCFF
Complementary color
Monochromatic Colors of #83DCFF
Black with #83DCFF
Text Example
Text Example
White with #83DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCFF; }
p { color: rgb(131,220,255); }
H1.HeaderClassName
{
color: #83DCFF;
}
.AnyTagClassName
{
color: #83DCFF;
}
</style>
background-color css
<style>
a { background-color: #83DCFF; }
a { background-color: rgb(131,220,255); }
div.DivClassName
{
background-color: #83DCFF;
}
.BgClassName
{
background-color: #83DCFF;
}
</style>
border-color css
<style>
span { border-color: #83DCFF; }
span { border-color: rgb(131,220,255); }
td.TdClassName
{
border-color: #83DCFF;
}
.TagClassName
{
border-color: #83DCFF;
}
</style>