Shades of Sky Blue #84C1E9
Tints of Sky Blue #84C1E9
RGB
CMYK
RGB Variations
Color information
#84C1E9 (or 0x84C1E9) is known color: Sky Blue. HEX triplet: 84, C1 and E9. RGB value is (132,193,233). Sum of RGB (Red+Green+Blue) = 132+193+233=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #84C1E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C1E9 is #7B3E16. Grayscale: #B3B3B3. Windows color (decimal): -8076823 or 15319428. OLE color: 15319428.
HSL color Cylindrical-coordinate representation of color #84C1E9: hue angle of 203.76º 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 #84C1E9 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 193 | 233 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.09 |
| HSL | 203.76º | 0.7% | 0.72% | - |
| HSV(B) | 203.76º | 0.43% | 0.91% | - |
| XYZ | 43.29 | 48.93 | 84.25 | - |
| YUV | 179.32 | 158.29 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 233 | 0.43 | 0.17 | 0 | 0.09 | 203.76 | 0.7 | 0.72 |
| Hex | 84 | C1 | E9 | 2B | 11 | 0 | 9 | CC | 46 | 48 |
| Octal | 204 | 301 | 351 | 53 | 21 | 0 | 11 | 314 | 106 | 110 |
| Binary | 10000100 | 11000001 | 11101001 | 101011 | 10001 | 0 | 1001 | 11001100 | 1000110 | 1001000 |
Color Harmonies of #84C1E9
Complementary color
Monochromatic Colors of #84C1E9
Black with #84C1E9
Text Example
Text Example
White with #84C1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C1E9; }
p { color: rgb(132,193,233); }
H1.HeaderClassName
{
color: #84C1E9;
}
.AnyTagClassName
{
color: #84C1E9;
}
</style>
background-color css
<style>
a { background-color: #84C1E9; }
a { background-color: rgb(132,193,233); }
div.DivClassName
{
background-color: #84C1E9;
}
.BgClassName
{
background-color: #84C1E9;
}
</style>
border-color css
<style>
span { border-color: #84C1E9; }
span { border-color: rgb(132,193,233); }
td.TdClassName
{
border-color: #84C1E9;
}
.TagClassName
{
border-color: #84C1E9;
}
</style>