Shades of Light Sky Blue #83CFFF
Tints of Light Sky Blue #83CFFF
RGB
CMYK
RGB Variations
Color information
#83CFFF (or 0x83CFFF) is known color: Light Sky Blue. HEX triplet: 83, CF and FF. RGB value is (131,207,255). Sum of RGB (Red+Green+Blue) = 131+207+255=593 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.09% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #83CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CFFF is #7C3000. Grayscale: #BDBDBD. Windows color (decimal): -8138753 or 16764803. OLE color: 16764803.
HSL color Cylindrical-coordinate representation of color #83CFFF: hue angle of 203.23º 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 #83CFFF is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 207 | 255 | - |
| CMYK | 0.49 | 0.19 | 0 | 0 |
| HSL | 203.23º | 1% | 0.76% | - |
| HSV(B) | 203.23º | 0.49% | 1% | - |
| XYZ | 49.72 | 56.67 | 102.93 | - |
| YUV | 189.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 255 | 0.49 | 0.19 | 0 | 0 | 203.23 | 1 | 0.76 |
| Hex | 83 | CF | FF | 31 | 13 | 0 | 0 | CB | 64 | 4C |
| Octal | 203 | 317 | 377 | 61 | 23 | 0 | 0 | 313 | 144 | 114 |
| Binary | 10000011 | 11001111 | 11111111 | 110001 | 10011 | 0 | 0 | 11001011 | 1100100 | 1001100 |
Color Harmonies of #83CFFF
Complementary color
Monochromatic Colors of #83CFFF
Black with #83CFFF
Text Example
Text Example
White with #83CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFFF; }
p { color: rgb(131,207,255); }
H1.HeaderClassName
{
color: #83CFFF;
}
.AnyTagClassName
{
color: #83CFFF;
}
</style>
background-color css
<style>
a { background-color: #83CFFF; }
a { background-color: rgb(131,207,255); }
div.DivClassName
{
background-color: #83CFFF;
}
.BgClassName
{
background-color: #83CFFF;
}
</style>
border-color css
<style>
span { border-color: #83CFFF; }
span { border-color: rgb(131,207,255); }
td.TdClassName
{
border-color: #83CFFF;
}
.TagClassName
{
border-color: #83CFFF;
}
</style>