Shades of Sky Blue #83BFDF
Tints of Sky Blue #83BFDF
RGB
CMYK
RGB Variations
Color information
#83BFDF (or 0x83BFDF) is known color: Sky Blue. HEX triplet: 83, BF and DF. RGB value is (131,191,223). Sum of RGB (Red+Green+Blue) = 131+191+223=545 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.04% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #83BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFDF is #7C4020. Grayscale: #B0B0B0. Windows color (decimal): -8142881 or 14663555. OLE color: 14663555.
HSL color Cylindrical-coordinate representation of color #83BFDF: hue angle of 200.87º 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 #83BFDF is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 191 | 223 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.13 |
| HSL | 200.87º | 0.59% | 0.69% | - |
| HSV(B) | 200.87º | 0.41% | 0.87% | - |
| XYZ | 41.31 | 47.41 | 76.79 | - |
| YUV | 176.71 | 154.12 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 223 | 0.41 | 0.14 | 0 | 0.13 | 200.87 | 0.59 | 0.69 |
| Hex | 83 | BF | DF | 29 | E | 0 | D | C9 | 3B | 45 |
| Octal | 203 | 277 | 337 | 51 | 16 | 0 | 15 | 311 | 73 | 105 |
| Binary | 10000011 | 10111111 | 11011111 | 101001 | 1110 | 0 | 1101 | 11001001 | 111011 | 1000101 |
Color Harmonies of #83BFDF
Complementary color
Monochromatic Colors of #83BFDF
Black with #83BFDF
Text Example
Text Example
White with #83BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BFDF; }
p { color: rgb(131,191,223); }
H1.HeaderClassName
{
color: #83BFDF;
}
.AnyTagClassName
{
color: #83BFDF;
}
</style>
background-color css
<style>
a { background-color: #83BFDF; }
a { background-color: rgb(131,191,223); }
div.DivClassName
{
background-color: #83BFDF;
}
.BgClassName
{
background-color: #83BFDF;
}
</style>
border-color css
<style>
span { border-color: #83BFDF; }
span { border-color: rgb(131,191,223); }
td.TdClassName
{
border-color: #83BFDF;
}
.TagClassName
{
border-color: #83BFDF;
}
</style>