Shades of Sky Blue #83CEF0
Tints of Sky Blue #83CEF0
RGB
CMYK
RGB Variations
Color information
#83CEF0 (or 0x83CEF0) is known color: Sky Blue. HEX triplet: 83, CE and F0. RGB value is (131,206,240). Sum of RGB (Red+Green+Blue) = 131+206+240=577 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.70% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #83CEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CEF0 is #7C310F. Grayscale: #BBBBBB. Windows color (decimal): -8139024 or 15781507. OLE color: 15781507.
HSL color Cylindrical-coordinate representation of color #83CEF0: hue angle of 198.72º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83CEF0 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 206 | 240 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.06 |
| HSL | 198.72º | 0.78% | 0.73% | - |
| HSV(B) | 198.72º | 0.45% | 0.94% | - |
| XYZ | 47.16 | 55.26 | 90.62 | - |
| YUV | 187.45 | 157.65 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 240 | 0.45 | 0.14 | 0 | 0.06 | 198.72 | 0.78 | 0.73 |
| Hex | 83 | CE | F0 | 2D | E | 0 | 6 | C7 | 4E | 49 |
| Octal | 203 | 316 | 360 | 55 | 16 | 0 | 6 | 307 | 116 | 111 |
| Binary | 10000011 | 11001110 | 11110000 | 101101 | 1110 | 0 | 110 | 11000111 | 1001110 | 1001001 |
Color Harmonies of #83CEF0
Complementary color
Monochromatic Colors of #83CEF0
Black with #83CEF0
Text Example
Text Example
White with #83CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEF0; }
p { color: rgb(131,206,240); }
H1.HeaderClassName
{
color: #83CEF0;
}
.AnyTagClassName
{
color: #83CEF0;
}
</style>
background-color css
<style>
a { background-color: #83CEF0; }
a { background-color: rgb(131,206,240); }
div.DivClassName
{
background-color: #83CEF0;
}
.BgClassName
{
background-color: #83CEF0;
}
</style>
border-color css
<style>
span { border-color: #83CEF0; }
span { border-color: rgb(131,206,240); }
td.TdClassName
{
border-color: #83CEF0;
}
.TagClassName
{
border-color: #83CEF0;
}
</style>