Shades of Sky Blue #84C5EE
Tints of Sky Blue #84C5EE
RGB
CMYK
RGB Variations
Color information
#84C5EE (or 0x84C5EE) is known color: Sky Blue. HEX triplet: 84, C5 and EE. RGB value is (132,197,238). Sum of RGB (Red+Green+Blue) = 132+197+238=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #84C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C5EE is #7B3A11. Grayscale: #B6B6B6. Windows color (decimal): -8075794 or 15648132. OLE color: 15648132.
HSL color Cylindrical-coordinate representation of color #84C5EE: hue angle of 203.21º 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 #84C5EE is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 197 | 238 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.07 |
| HSL | 203.21º | 0.76% | 0.73% | - |
| HSV(B) | 203.21º | 0.45% | 0.93% | - |
| XYZ | 44.91 | 51.01 | 88.37 | - |
| YUV | 182.24 | 159.47 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 238 | 0.45 | 0.17 | 0 | 0.07 | 203.21 | 0.76 | 0.73 |
| Hex | 84 | C5 | EE | 2D | 11 | 0 | 7 | CB | 4C | 49 |
| Octal | 204 | 305 | 356 | 55 | 21 | 0 | 7 | 313 | 114 | 111 |
| Binary | 10000100 | 11000101 | 11101110 | 101101 | 10001 | 0 | 111 | 11001011 | 1001100 | 1001001 |
Color Harmonies of #84C5EE
Complementary color
Monochromatic Colors of #84C5EE
Black with #84C5EE
Text Example
Text Example
White with #84C5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C5EE; }
p { color: rgb(132,197,238); }
H1.HeaderClassName
{
color: #84C5EE;
}
.AnyTagClassName
{
color: #84C5EE;
}
</style>
background-color css
<style>
a { background-color: #84C5EE; }
a { background-color: rgb(132,197,238); }
div.DivClassName
{
background-color: #84C5EE;
}
.BgClassName
{
background-color: #84C5EE;
}
</style>
border-color css
<style>
span { border-color: #84C5EE; }
span { border-color: rgb(132,197,238); }
td.TdClassName
{
border-color: #84C5EE;
}
.TagClassName
{
border-color: #84C5EE;
}
</style>