Shades of Sky Blue #84C2E9
Tints of Sky Blue #84C2E9
RGB
CMYK
RGB Variations
Color information
#84C2E9 (or 0x84C2E9) is known color: Sky Blue. HEX triplet: 84, C2 and E9. RGB value is (132,194,233). Sum of RGB (Red+Green+Blue) = 132+194+233=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #84C2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C2E9 is #7B3D16. Grayscale: #B3B3B3. Windows color (decimal): -8076567 or 15319684. OLE color: 15319684.
HSL color Cylindrical-coordinate representation of color #84C2E9: hue angle of 203.17º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84C2E9 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 194 | 233 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.09 |
| HSL | 203.17º | 0.7% | 0.72% | - |
| HSV(B) | 203.17º | 0.43% | 0.91% | - |
| XYZ | 43.52 | 49.37 | 84.33 | - |
| YUV | 179.91 | 157.96 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 233 | 0.43 | 0.17 | 0 | 0.09 | 203.17 | 0.7 | 0.72 |
| Hex | 84 | C2 | E9 | 2B | 11 | 0 | 9 | CB | 46 | 48 |
| Octal | 204 | 302 | 351 | 53 | 21 | 0 | 11 | 313 | 106 | 110 |
| Binary | 10000100 | 11000010 | 11101001 | 101011 | 10001 | 0 | 1001 | 11001011 | 1000110 | 1001000 |
Color Harmonies of #84C2E9
Complementary color
Monochromatic Colors of #84C2E9
Black with #84C2E9
Text Example
Text Example
White with #84C2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2E9; }
p { color: rgb(132,194,233); }
H1.HeaderClassName
{
color: #84C2E9;
}
.AnyTagClassName
{
color: #84C2E9;
}
</style>
background-color css
<style>
a { background-color: #84C2E9; }
a { background-color: rgb(132,194,233); }
div.DivClassName
{
background-color: #84C2E9;
}
.BgClassName
{
background-color: #84C2E9;
}
</style>
border-color css
<style>
span { border-color: #84C2E9; }
span { border-color: rgb(132,194,233); }
td.TdClassName
{
border-color: #84C2E9;
}
.TagClassName
{
border-color: #84C2E9;
}
</style>