Shades of Sky Blue #84D1EC
Tints of Sky Blue #84D1EC
RGB
CMYK
RGB Variations
Color information
#84D1EC (or 0x84D1EC) is known color: Sky Blue. HEX triplet: 84, D1 and EC. RGB value is (132,209,236). Sum of RGB (Red+Green+Blue) = 132+209+236=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #84D1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D1EC is #7B2E13. Grayscale: #BCBCBC. Windows color (decimal): -8072724 or 15520132. OLE color: 15520132.
HSL color Cylindrical-coordinate representation of color #84D1EC: hue angle of 195.58º 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 #84D1EC is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 209 | 236 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.07 |
| HSL | 195.58º | 0.73% | 0.72% | - |
| HSV(B) | 195.58º | 0.44% | 0.93% | - |
| XYZ | 47.46 | 56.56 | 87.77 | - |
| YUV | 189.06 | 154.49 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 236 | 0.44 | 0.11 | 0 | 0.07 | 195.58 | 0.73 | 0.72 |
| Hex | 84 | D1 | EC | 2C | B | 0 | 7 | C4 | 49 | 48 |
| Octal | 204 | 321 | 354 | 54 | 13 | 0 | 7 | 304 | 111 | 110 |
| Binary | 10000100 | 11010001 | 11101100 | 101100 | 1011 | 0 | 111 | 11000100 | 1001001 | 1001000 |
Color Harmonies of #84D1EC
Complementary color
Monochromatic Colors of #84D1EC
Black with #84D1EC
Text Example
Text Example
White with #84D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D1EC; }
p { color: rgb(132,209,236); }
H1.HeaderClassName
{
color: #84D1EC;
}
.AnyTagClassName
{
color: #84D1EC;
}
</style>
background-color css
<style>
a { background-color: #84D1EC; }
a { background-color: rgb(132,209,236); }
div.DivClassName
{
background-color: #84D1EC;
}
.BgClassName
{
background-color: #84D1EC;
}
</style>
border-color css
<style>
span { border-color: #84D1EC; }
span { border-color: rgb(132,209,236); }
td.TdClassName
{
border-color: #84D1EC;
}
.TagClassName
{
border-color: #84D1EC;
}
</style>