Shades of Sky Blue #84BCEC
Tints of Sky Blue #84BCEC
RGB
CMYK
RGB Variations
Color information
#84BCEC (or 0x84BCEC) is known color: Sky Blue. HEX triplet: 84, BC and EC. RGB value is (132,188,236). Sum of RGB (Red+Green+Blue) = 132+188+236=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #84BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BCEC is #7B4313. Grayscale: #B0B0B0. Windows color (decimal): -8078100 or 15514756. OLE color: 15514756.
HSL color Cylindrical-coordinate representation of color #84BCEC: hue angle of 207.69º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84BCEC is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 188 | 236 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.07 |
| HSL | 207.69º | 0.73% | 0.72% | - |
| HSV(B) | 207.69º | 0.44% | 0.93% | - |
| XYZ | 42.64 | 46.93 | 86.17 | - |
| YUV | 176.73 | 161.45 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 236 | 0.44 | 0.20 | 0 | 0.07 | 207.69 | 0.73 | 0.72 |
| Hex | 84 | BC | EC | 2C | 14 | 0 | 7 | D0 | 49 | 48 |
| Octal | 204 | 274 | 354 | 54 | 24 | 0 | 7 | 320 | 111 | 110 |
| Binary | 10000100 | 10111100 | 11101100 | 101100 | 10100 | 0 | 111 | 11010000 | 1001001 | 1001000 |
Color Harmonies of #84BCEC
Complementary color
Monochromatic Colors of #84BCEC
Black with #84BCEC
Text Example
Text Example
White with #84BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCEC; }
p { color: rgb(132,188,236); }
H1.HeaderClassName
{
color: #84BCEC;
}
.AnyTagClassName
{
color: #84BCEC;
}
</style>
background-color css
<style>
a { background-color: #84BCEC; }
a { background-color: rgb(132,188,236); }
div.DivClassName
{
background-color: #84BCEC;
}
.BgClassName
{
background-color: #84BCEC;
}
</style>
border-color css
<style>
span { border-color: #84BCEC; }
span { border-color: rgb(132,188,236); }
td.TdClassName
{
border-color: #84BCEC;
}
.TagClassName
{
border-color: #84BCEC;
}
</style>