Shades of Sky Blue #84D1EA
Tints of Sky Blue #84D1EA
RGB
CMYK
RGB Variations
Color information
#84D1EA (or 0x84D1EA) is known color: Sky Blue. HEX triplet: 84, D1 and EA. RGB value is (132,209,234). Sum of RGB (Red+Green+Blue) = 132+209+234=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #84D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D1EA is #7B2E15. Grayscale: #BCBCBC. Windows color (decimal): -8072726 or 15389060. OLE color: 15389060.
HSL color Cylindrical-coordinate representation of color #84D1EA: hue angle of 194.71º 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 #84D1EA is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 209 | 234 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.08 |
| HSL | 194.71º | 0.71% | 0.72% | - |
| HSV(B) | 194.71º | 0.44% | 0.92% | - |
| XYZ | 47.17 | 56.45 | 86.25 | - |
| YUV | 188.83 | 153.49 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 234 | 0.44 | 0.11 | 0 | 0.08 | 194.71 | 0.71 | 0.72 |
| Hex | 84 | D1 | EA | 2C | B | 0 | 8 | C3 | 47 | 48 |
| Octal | 204 | 321 | 352 | 54 | 13 | 0 | 10 | 303 | 107 | 110 |
| Binary | 10000100 | 11010001 | 11101010 | 101100 | 1011 | 0 | 1000 | 11000011 | 1000111 | 1001000 |
Color Harmonies of #84D1EA
Complementary color
Monochromatic Colors of #84D1EA
Black with #84D1EA
Text Example
Text Example
White with #84D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D1EA; }
p { color: rgb(132,209,234); }
H1.HeaderClassName
{
color: #84D1EA;
}
.AnyTagClassName
{
color: #84D1EA;
}
</style>
background-color css
<style>
a { background-color: #84D1EA; }
a { background-color: rgb(132,209,234); }
div.DivClassName
{
background-color: #84D1EA;
}
.BgClassName
{
background-color: #84D1EA;
}
</style>
border-color css
<style>
span { border-color: #84D1EA; }
span { border-color: rgb(132,209,234); }
td.TdClassName
{
border-color: #84D1EA;
}
.TagClassName
{
border-color: #84D1EA;
}
</style>