Shades of Light Sky Blue #83CBFF
Tints of Light Sky Blue #83CBFF
RGB
CMYK
RGB Variations
Color information
#83CBFF (or 0x83CBFF) is known color: Light Sky Blue. HEX triplet: 83, CB and FF. RGB value is (131,203,255). Sum of RGB (Red+Green+Blue) = 131+203+255=589 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.24% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #83CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CBFF is #7C3400. Grayscale: #BBBBBB. Windows color (decimal): -8139777 or 16763779. OLE color: 16763779.
HSL color Cylindrical-coordinate representation of color #83CBFF: hue angle of 205.16º 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 #83CBFF is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 203 | 255 | - |
| CMYK | 0.49 | 0.20 | 0 | 0 |
| HSL | 205.16º | 1% | 0.76% | - |
| HSV(B) | 205.16º | 0.49% | 1% | - |
| XYZ | 48.77 | 54.76 | 102.61 | - |
| YUV | 187.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 255 | 0.49 | 0.20 | 0 | 0 | 205.16 | 1 | 0.76 |
| Hex | 83 | CB | FF | 31 | 14 | 0 | 0 | CD | 64 | 4C |
| Octal | 203 | 313 | 377 | 61 | 24 | 0 | 0 | 315 | 144 | 114 |
| Binary | 10000011 | 11001011 | 11111111 | 110001 | 10100 | 0 | 0 | 11001101 | 1100100 | 1001100 |
Color Harmonies of #83CBFF
Complementary color
Monochromatic Colors of #83CBFF
Black with #83CBFF
Text Example
Text Example
White with #83CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CBFF; }
p { color: rgb(131,203,255); }
H1.HeaderClassName
{
color: #83CBFF;
}
.AnyTagClassName
{
color: #83CBFF;
}
</style>
background-color css
<style>
a { background-color: #83CBFF; }
a { background-color: rgb(131,203,255); }
div.DivClassName
{
background-color: #83CBFF;
}
.BgClassName
{
background-color: #83CBFF;
}
</style>
border-color css
<style>
span { border-color: #83CBFF; }
span { border-color: rgb(131,203,255); }
td.TdClassName
{
border-color: #83CBFF;
}
.TagClassName
{
border-color: #83CBFF;
}
</style>