Shades of Sky Blue #84DCEA
Tints of Sky Blue #84DCEA
RGB
CMYK
RGB Variations
Color information
#84DCEA (or 0x84DCEA) is known color: Sky Blue. HEX triplet: 84, DC and EA. RGB value is (132,220,234). Sum of RGB (Red+Green+Blue) = 132+220+234=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #84DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCEA is #7B2315. Grayscale: #C3C3C3. Windows color (decimal): -8069910 or 15391876. OLE color: 15391876.
HSL color Cylindrical-coordinate representation of color #84DCEA: hue angle of 188.24º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84DCEA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 220 | 234 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.08 |
| HSL | 188.24º | 0.71% | 0.72% | - |
| HSV(B) | 188.24º | 0.44% | 0.92% | - |
| XYZ | 49.96 | 62.03 | 87.18 | - |
| YUV | 195.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 234 | 0.44 | 0.06 | 0 | 0.08 | 188.24 | 0.71 | 0.72 |
| Hex | 84 | DC | EA | 2C | 6 | 0 | 8 | BC | 47 | 48 |
| Octal | 204 | 334 | 352 | 54 | 6 | 0 | 10 | 274 | 107 | 110 |
| Binary | 10000100 | 11011100 | 11101010 | 101100 | 110 | 0 | 1000 | 10111100 | 1000111 | 1001000 |
Color Harmonies of #84DCEA
Complementary color
Monochromatic Colors of #84DCEA
Black with #84DCEA
Text Example
Text Example
White with #84DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCEA; }
p { color: rgb(132,220,234); }
H1.HeaderClassName
{
color: #84DCEA;
}
.AnyTagClassName
{
color: #84DCEA;
}
</style>
background-color css
<style>
a { background-color: #84DCEA; }
a { background-color: rgb(132,220,234); }
div.DivClassName
{
background-color: #84DCEA;
}
.BgClassName
{
background-color: #84DCEA;
}
</style>
border-color css
<style>
span { border-color: #84DCEA; }
span { border-color: rgb(132,220,234); }
td.TdClassName
{
border-color: #84DCEA;
}
.TagClassName
{
border-color: #84DCEA;
}
</style>