Shades of Sky Blue #83BEDF
Tints of Sky Blue #83BEDF
RGB
CMYK
RGB Variations
Color information
#83BEDF (or 0x83BEDF) is known color: Sky Blue. HEX triplet: 83, BE and DF. RGB value is (131,190,223). Sum of RGB (Red+Green+Blue) = 131+190+223=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #83BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BEDF is #7C4120. Grayscale: #AFAFAF. Windows color (decimal): -8143137 or 14663299. OLE color: 14663299.
HSL color Cylindrical-coordinate representation of color #83BEDF: hue angle of 201.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83BEDF is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 190 | 223 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.13 |
| HSL | 201.52º | 0.59% | 0.69% | - |
| HSV(B) | 201.52º | 0.41% | 0.87% | - |
| XYZ | 41.09 | 46.98 | 76.71 | - |
| YUV | 176.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 223 | 0.41 | 0.15 | 0 | 0.13 | 201.52 | 0.59 | 0.69 |
| Hex | 83 | BE | DF | 29 | F | 0 | D | CA | 3B | 45 |
| Octal | 203 | 276 | 337 | 51 | 17 | 0 | 15 | 312 | 73 | 105 |
| Binary | 10000011 | 10111110 | 11011111 | 101001 | 1111 | 0 | 1101 | 11001010 | 111011 | 1000101 |
Color Harmonies of #83BEDF
Complementary color
Monochromatic Colors of #83BEDF
Black with #83BEDF
Text Example
Text Example
White with #83BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BEDF; }
p { color: rgb(131,190,223); }
H1.HeaderClassName
{
color: #83BEDF;
}
.AnyTagClassName
{
color: #83BEDF;
}
</style>
background-color css
<style>
a { background-color: #83BEDF; }
a { background-color: rgb(131,190,223); }
div.DivClassName
{
background-color: #83BEDF;
}
.BgClassName
{
background-color: #83BEDF;
}
</style>
border-color css
<style>
span { border-color: #83BEDF; }
span { border-color: rgb(131,190,223); }
td.TdClassName
{
border-color: #83BEDF;
}
.TagClassName
{
border-color: #83BEDF;
}
</style>