Shades of Sky Blue #84C4EE
Tints of Sky Blue #84C4EE
RGB
CMYK
RGB Variations
Color information
#84C4EE (or 0x84C4EE) is known color: Sky Blue. HEX triplet: 84, C4 and EE. RGB value is (132,196,238). Sum of RGB (Red+Green+Blue) = 132+196+238=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #84C4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C4EE is #7B3B11. Grayscale: #B5B5B5. Windows color (decimal): -8076050 or 15647876. OLE color: 15647876.
HSL color Cylindrical-coordinate representation of color #84C4EE: hue angle of 203.77º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84C4EE is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 196 | 238 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.07 |
| HSL | 203.77º | 0.76% | 0.73% | - |
| HSV(B) | 203.77º | 0.45% | 0.93% | - |
| XYZ | 44.69 | 50.56 | 88.29 | - |
| YUV | 181.65 | 159.8 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 238 | 0.45 | 0.18 | 0 | 0.07 | 203.77 | 0.76 | 0.73 |
| Hex | 84 | C4 | EE | 2D | 12 | 0 | 7 | CC | 4C | 49 |
| Octal | 204 | 304 | 356 | 55 | 22 | 0 | 7 | 314 | 114 | 111 |
| Binary | 10000100 | 11000100 | 11101110 | 101101 | 10010 | 0 | 111 | 11001100 | 1001100 | 1001001 |
Color Harmonies of #84C4EE
Complementary color
Monochromatic Colors of #84C4EE
Black with #84C4EE
Text Example
Text Example
White with #84C4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C4EE; }
p { color: rgb(132,196,238); }
H1.HeaderClassName
{
color: #84C4EE;
}
.AnyTagClassName
{
color: #84C4EE;
}
</style>
background-color css
<style>
a { background-color: #84C4EE; }
a { background-color: rgb(132,196,238); }
div.DivClassName
{
background-color: #84C4EE;
}
.BgClassName
{
background-color: #84C4EE;
}
</style>
border-color css
<style>
span { border-color: #84C4EE; }
span { border-color: rgb(132,196,238); }
td.TdClassName
{
border-color: #84C4EE;
}
.TagClassName
{
border-color: #84C4EE;
}
</style>