Shades of Sky Blue #83DBF2
Tints of Sky Blue #83DBF2
RGB
CMYK
RGB Variations
Color information
#83DBF2 (or 0x83DBF2) is known color: Sky Blue. HEX triplet: 83, DB and F2. RGB value is (131,219,242). Sum of RGB (Red+Green+Blue) = 131+219+242=592 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.13% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #83DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DBF2 is #7C240D. Grayscale: #C3C3C3. Windows color (decimal): -8135694 or 15915907. OLE color: 15915907.
HSL color Cylindrical-coordinate representation of color #83DBF2: hue angle of 192.43º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83DBF2 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 219 | 242 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.05 |
| HSL | 192.43º | 0.81% | 0.73% | - |
| HSV(B) | 192.43º | 0.46% | 0.95% | - |
| XYZ | 50.72 | 61.9 | 93.28 | - |
| YUV | 195.31 | 154.35 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 242 | 0.46 | 0.10 | 0 | 0.05 | 192.43 | 0.81 | 0.73 |
| Hex | 83 | DB | F2 | 2E | A | 0 | 5 | C0 | 51 | 49 |
| Octal | 203 | 333 | 362 | 56 | 12 | 0 | 5 | 300 | 121 | 111 |
| Binary | 10000011 | 11011011 | 11110010 | 101110 | 1010 | 0 | 101 | 11000000 | 1010001 | 1001001 |
Color Harmonies of #83DBF2
Complementary color
Monochromatic Colors of #83DBF2
Black with #83DBF2
Text Example
Text Example
White with #83DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBF2; }
p { color: rgb(131,219,242); }
H1.HeaderClassName
{
color: #83DBF2;
}
.AnyTagClassName
{
color: #83DBF2;
}
</style>
background-color css
<style>
a { background-color: #83DBF2; }
a { background-color: rgb(131,219,242); }
div.DivClassName
{
background-color: #83DBF2;
}
.BgClassName
{
background-color: #83DBF2;
}
</style>
border-color css
<style>
span { border-color: #83DBF2; }
span { border-color: rgb(131,219,242); }
td.TdClassName
{
border-color: #83DBF2;
}
.TagClassName
{
border-color: #83DBF2;
}
</style>