Shades of Light Sky Blue #83CEF9
Tints of Light Sky Blue #83CEF9
RGB
CMYK
RGB Variations
Color information
#83CEF9 (or 0x83CEF9) is known color: Light Sky Blue. HEX triplet: 83, CE and F9. RGB value is (131,206,249). Sum of RGB (Red+Green+Blue) = 131+206+249=586 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.35% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #83CEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CEF9 is #7C3106. Grayscale: #BCBCBC. Windows color (decimal): -8139015 or 16371331. OLE color: 16371331.
HSL color Cylindrical-coordinate representation of color #83CEF9: hue angle of 201.86º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83CEF9 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 206 | 249 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.02 |
| HSL | 201.86º | 0.91% | 0.75% | - |
| HSV(B) | 201.86º | 0.47% | 0.98% | - |
| XYZ | 48.53 | 55.81 | 97.84 | - |
| YUV | 188.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 249 | 0.47 | 0.17 | 0 | 0.02 | 201.86 | 0.91 | 0.75 |
| Hex | 83 | CE | F9 | 2F | 11 | 0 | 2 | CA | 5B | 4B |
| Octal | 203 | 316 | 371 | 57 | 21 | 0 | 2 | 312 | 133 | 113 |
| Binary | 10000011 | 11001110 | 11111001 | 101111 | 10001 | 0 | 10 | 11001010 | 1011011 | 1001011 |
Color Harmonies of #83CEF9
Complementary color
Monochromatic Colors of #83CEF9
Black with #83CEF9
Text Example
Text Example
White with #83CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEF9; }
p { color: rgb(131,206,249); }
H1.HeaderClassName
{
color: #83CEF9;
}
.AnyTagClassName
{
color: #83CEF9;
}
</style>
background-color css
<style>
a { background-color: #83CEF9; }
a { background-color: rgb(131,206,249); }
div.DivClassName
{
background-color: #83CEF9;
}
.BgClassName
{
background-color: #83CEF9;
}
</style>
border-color css
<style>
span { border-color: #83CEF9; }
span { border-color: rgb(131,206,249); }
td.TdClassName
{
border-color: #83CEF9;
}
.TagClassName
{
border-color: #83CEF9;
}
</style>