Shades of Sky Blue #83BCE6
Tints of Sky Blue #83BCE6
RGB
CMYK
RGB Variations
Color information
#83BCE6 (or 0x83BCE6) is known color: Sky Blue. HEX triplet: 83, BC and E6. RGB value is (131,188,230). Sum of RGB (Red+Green+Blue) = 131+188+230=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #83BCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCE6 is #7C4319. Grayscale: #AFAFAF. Windows color (decimal): -8143642 or 15121539. OLE color: 15121539.
HSL color Cylindrical-coordinate representation of color #83BCE6: hue angle of 205.45º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83BCE6 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 188 | 230 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.10 |
| HSL | 205.45º | 0.66% | 0.71% | - |
| HSV(B) | 205.45º | 0.43% | 0.9% | - |
| XYZ | 41.63 | 46.5 | 81.65 | - |
| YUV | 175.75 | 158.62 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 230 | 0.43 | 0.18 | 0 | 0.10 | 205.45 | 0.66 | 0.71 |
| Hex | 83 | BC | E6 | 2B | 12 | 0 | A | CD | 42 | 47 |
| Octal | 203 | 274 | 346 | 53 | 22 | 0 | 12 | 315 | 102 | 107 |
| Binary | 10000011 | 10111100 | 11100110 | 101011 | 10010 | 0 | 1010 | 11001101 | 1000010 | 1000111 |
Color Harmonies of #83BCE6
Complementary color
Monochromatic Colors of #83BCE6
Black with #83BCE6
Text Example
Text Example
White with #83BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BCE6; }
p { color: rgb(131,188,230); }
H1.HeaderClassName
{
color: #83BCE6;
}
.AnyTagClassName
{
color: #83BCE6;
}
</style>
background-color css
<style>
a { background-color: #83BCE6; }
a { background-color: rgb(131,188,230); }
div.DivClassName
{
background-color: #83BCE6;
}
.BgClassName
{
background-color: #83BCE6;
}
</style>
border-color css
<style>
span { border-color: #83BCE6; }
span { border-color: rgb(131,188,230); }
td.TdClassName
{
border-color: #83BCE6;
}
.TagClassName
{
border-color: #83BCE6;
}
</style>