Shades of Sky Blue #84D7EA
Tints of Sky Blue #84D7EA
RGB
CMYK
RGB Variations
Color information
#84D7EA (or 0x84D7EA) is known color: Sky Blue. HEX triplet: 84, D7 and EA. RGB value is (132,215,234). Sum of RGB (Red+Green+Blue) = 132+215+234=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #84D7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D7EA is #7B2815. Grayscale: #C0C0C0. Windows color (decimal): -8071190 or 15390596. OLE color: 15390596.
HSL color Cylindrical-coordinate representation of color #84D7EA: hue angle of 191.18º 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 #84D7EA is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 215 | 234 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.08 |
| HSL | 191.18º | 0.71% | 0.72% | - |
| HSV(B) | 191.18º | 0.44% | 0.92% | - |
| XYZ | 48.67 | 59.45 | 86.75 | - |
| YUV | 192.35 | 151.5 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 234 | 0.44 | 0.08 | 0 | 0.08 | 191.18 | 0.71 | 0.72 |
| Hex | 84 | D7 | EA | 2C | 8 | 0 | 8 | BF | 47 | 48 |
| Octal | 204 | 327 | 352 | 54 | 10 | 0 | 10 | 277 | 107 | 110 |
| Binary | 10000100 | 11010111 | 11101010 | 101100 | 1000 | 0 | 1000 | 10111111 | 1000111 | 1001000 |
Color Harmonies of #84D7EA
Complementary color
Monochromatic Colors of #84D7EA
Black with #84D7EA
Text Example
Text Example
White with #84D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D7EA; }
p { color: rgb(132,215,234); }
H1.HeaderClassName
{
color: #84D7EA;
}
.AnyTagClassName
{
color: #84D7EA;
}
</style>
background-color css
<style>
a { background-color: #84D7EA; }
a { background-color: rgb(132,215,234); }
div.DivClassName
{
background-color: #84D7EA;
}
.BgClassName
{
background-color: #84D7EA;
}
</style>
border-color css
<style>
span { border-color: #84D7EA; }
span { border-color: rgb(132,215,234); }
td.TdClassName
{
border-color: #84D7EA;
}
.TagClassName
{
border-color: #84D7EA;
}
</style>