Shades of Sky Blue #83DBEF
Tints of Sky Blue #83DBEF
RGB
CMYK
RGB Variations
Color information
#83DBEF (or 0x83DBEF) is known color: Sky Blue. HEX triplet: 83, DB and EF. RGB value is (131,219,239). Sum of RGB (Red+Green+Blue) = 131+219+239=589 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.24% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #83DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DBEF is #7C2410. Grayscale: #C2C2C2. Windows color (decimal): -8135697 or 15719299. OLE color: 15719299.
HSL color Cylindrical-coordinate representation of color #83DBEF: hue angle of 191.11º degrees, saturation: 0.77, 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 #83DBEF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 219 | 239 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.06 |
| HSL | 191.11º | 0.77% | 0.73% | - |
| HSV(B) | 191.11º | 0.45% | 0.94% | - |
| XYZ | 50.27 | 61.72 | 90.92 | - |
| YUV | 194.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 239 | 0.45 | 0.08 | 0 | 0.06 | 191.11 | 0.77 | 0.73 |
| Hex | 83 | DB | EF | 2D | 8 | 0 | 6 | BF | 4D | 49 |
| Octal | 203 | 333 | 357 | 55 | 10 | 0 | 6 | 277 | 115 | 111 |
| Binary | 10000011 | 11011011 | 11101111 | 101101 | 1000 | 0 | 110 | 10111111 | 1001101 | 1001001 |
Color Harmonies of #83DBEF
Complementary color
Monochromatic Colors of #83DBEF
Black with #83DBEF
Text Example
Text Example
White with #83DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBEF; }
p { color: rgb(131,219,239); }
H1.HeaderClassName
{
color: #83DBEF;
}
.AnyTagClassName
{
color: #83DBEF;
}
</style>
background-color css
<style>
a { background-color: #83DBEF; }
a { background-color: rgb(131,219,239); }
div.DivClassName
{
background-color: #83DBEF;
}
.BgClassName
{
background-color: #83DBEF;
}
</style>
border-color css
<style>
span { border-color: #83DBEF; }
span { border-color: rgb(131,219,239); }
td.TdClassName
{
border-color: #83DBEF;
}
.TagClassName
{
border-color: #83DBEF;
}
</style>