Shades of Sky Blue #83DFF2
Tints of Sky Blue #83DFF2
RGB
CMYK
RGB Variations
Color information
#83DFF2 (or 0x83DFF2) is known color: Sky Blue. HEX triplet: 83, DF and F2. RGB value is (131,223,242). Sum of RGB (Red+Green+Blue) = 131+223+242=596 (78% of max value = 765). Red value is 131 (51.56% from 255 or 21.98% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #83DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DFF2 is #7C200D. Grayscale: #C5C5C5. Windows color (decimal): -8134670 or 15916931. OLE color: 15916931.
HSL color Cylindrical-coordinate representation of color #83DFF2: hue angle of 190.27º 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 #83DFF2 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 223 | 242 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.05 |
| HSL | 190.27º | 0.81% | 0.73% | - |
| HSV(B) | 190.27º | 0.46% | 0.95% | - |
| XYZ | 51.77 | 64.01 | 93.63 | - |
| YUV | 197.66 | 153.02 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 242 | 0.46 | 0.08 | 0 | 0.05 | 190.27 | 0.81 | 0.73 |
| Hex | 83 | DF | F2 | 2E | 8 | 0 | 5 | BE | 51 | 49 |
| Octal | 203 | 337 | 362 | 56 | 10 | 0 | 5 | 276 | 121 | 111 |
| Binary | 10000011 | 11011111 | 11110010 | 101110 | 1000 | 0 | 101 | 10111110 | 1010001 | 1001001 |
Color Harmonies of #83DFF2
Complementary color
Monochromatic Colors of #83DFF2
Black with #83DFF2
Text Example
Text Example
White with #83DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFF2; }
p { color: rgb(131,223,242); }
H1.HeaderClassName
{
color: #83DFF2;
}
.AnyTagClassName
{
color: #83DFF2;
}
</style>
background-color css
<style>
a { background-color: #83DFF2; }
a { background-color: rgb(131,223,242); }
div.DivClassName
{
background-color: #83DFF2;
}
.BgClassName
{
background-color: #83DFF2;
}
</style>
border-color css
<style>
span { border-color: #83DFF2; }
span { border-color: rgb(131,223,242); }
td.TdClassName
{
border-color: #83DFF2;
}
.TagClassName
{
border-color: #83DFF2;
}
</style>