Shades of Sky Blue #84E2EF
Tints of Sky Blue #84E2EF
RGB
CMYK
RGB Variations
Color information
#84E2EF (or 0x84E2EF) is known color: Sky Blue. HEX triplet: 84, E2 and EF. RGB value is (132,226,239). Sum of RGB (Red+Green+Blue) = 132+226+239=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #84E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E2EF is #7B1D10. Grayscale: #C7C7C7. Windows color (decimal): -8068369 or 15721092. OLE color: 15721092.
HSL color Cylindrical-coordinate representation of color #84E2EF: hue angle of 187.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84E2EF is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 226 | 239 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.06 |
| HSL | 187.29º | 0.77% | 0.73% | - |
| HSV(B) | 187.29º | 0.45% | 0.94% | - |
| XYZ | 52.29 | 65.53 | 91.55 | - |
| YUV | 199.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 226 | 239 | 0.45 | 0.05 | 0 | 0.06 | 187.29 | 0.77 | 0.73 |
| Hex | 84 | E2 | EF | 2D | 5 | 0 | 6 | BB | 4D | 49 |
| Octal | 204 | 342 | 357 | 55 | 5 | 0 | 6 | 273 | 115 | 111 |
| Binary | 10000100 | 11100010 | 11101111 | 101101 | 101 | 0 | 110 | 10111011 | 1001101 | 1001001 |
Color Harmonies of #84E2EF
Complementary color
Monochromatic Colors of #84E2EF
Black with #84E2EF
Text Example
Text Example
White with #84E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E2EF; }
p { color: rgb(132,226,239); }
H1.HeaderClassName
{
color: #84E2EF;
}
.AnyTagClassName
{
color: #84E2EF;
}
</style>
background-color css
<style>
a { background-color: #84E2EF; }
a { background-color: rgb(132,226,239); }
div.DivClassName
{
background-color: #84E2EF;
}
.BgClassName
{
background-color: #84E2EF;
}
</style>
border-color css
<style>
span { border-color: #84E2EF; }
span { border-color: rgb(132,226,239); }
td.TdClassName
{
border-color: #84E2EF;
}
.TagClassName
{
border-color: #84E2EF;
}
</style>