Shades of Light Sky Blue #83C4FF
Tints of Light Sky Blue #83C4FF
RGB
CMYK
RGB Variations
Color information
#83C4FF (or 0x83C4FF) is known color: Light Sky Blue. HEX triplet: 83, C4 and FF. RGB value is (131,196,255). Sum of RGB (Red+Green+Blue) = 131+196+255=582 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.51% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #83C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C4FF is #7C3B00. Grayscale: #B6B6B6. Windows color (decimal): -8141569 or 16761987. OLE color: 16761987.
HSL color Cylindrical-coordinate representation of color #83C4FF: hue angle of 208.55º 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 #83C4FF is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 196 | 255 | - |
| CMYK | 0.49 | 0.23 | 0 | 0 |
| HSL | 208.55º | 1% | 0.76% | - |
| HSV(B) | 208.55º | 0.49% | 1% | - |
| XYZ | 47.15 | 51.53 | 102.07 | - |
| YUV | 183.29 | 168.47 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 196 | 255 | 0.49 | 0.23 | 0 | 0 | 208.55 | 1 | 0.76 |
| Hex | 83 | C4 | FF | 31 | 17 | 0 | 0 | D1 | 64 | 4C |
| Octal | 203 | 304 | 377 | 61 | 27 | 0 | 0 | 321 | 144 | 114 |
| Binary | 10000011 | 11000100 | 11111111 | 110001 | 10111 | 0 | 0 | 11010001 | 1100100 | 1001100 |
Color Harmonies of #83C4FF
Complementary color
Monochromatic Colors of #83C4FF
Black with #83C4FF
Text Example
Text Example
White with #83C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C4FF; }
p { color: rgb(131,196,255); }
H1.HeaderClassName
{
color: #83C4FF;
}
.AnyTagClassName
{
color: #83C4FF;
}
</style>
background-color css
<style>
a { background-color: #83C4FF; }
a { background-color: rgb(131,196,255); }
div.DivClassName
{
background-color: #83C4FF;
}
.BgClassName
{
background-color: #83C4FF;
}
</style>
border-color css
<style>
span { border-color: #83C4FF; }
span { border-color: rgb(131,196,255); }
td.TdClassName
{
border-color: #83C4FF;
}
.TagClassName
{
border-color: #83C4FF;
}
</style>