Shades of Sky Blue #84D6F4
Tints of Sky Blue #84D6F4
RGB
CMYK
RGB Variations
Color information
#84D6F4 (or 0x84D6F4) is known color: Sky Blue. HEX triplet: 84, D6 and F4. RGB value is (132,214,244). Sum of RGB (Red+Green+Blue) = 132+214+244=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #84D6F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D6F4 is #7B290B. Grayscale: #C0C0C0. Windows color (decimal): -8071436 or 16045700. OLE color: 16045700.
HSL color Cylindrical-coordinate representation of color #84D6F4: hue angle of 196.07º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84D6F4 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 214 | 244 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.04 |
| HSL | 196.07º | 0.84% | 0.74% | - |
| HSV(B) | 196.07º | 0.46% | 0.96% | - |
| XYZ | 49.89 | 59.53 | 94.45 | - |
| YUV | 192.9 | 156.83 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 244 | 0.46 | 0.12 | 0 | 0.04 | 196.07 | 0.84 | 0.74 |
| Hex | 84 | D6 | F4 | 2E | C | 0 | 4 | C4 | 54 | 4A |
| Octal | 204 | 326 | 364 | 56 | 14 | 0 | 4 | 304 | 124 | 112 |
| Binary | 10000100 | 11010110 | 11110100 | 101110 | 1100 | 0 | 100 | 11000100 | 1010100 | 1001010 |
Color Harmonies of #84D6F4
Complementary color
Monochromatic Colors of #84D6F4
Black with #84D6F4
Text Example
Text Example
White with #84D6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D6F4; }
p { color: rgb(132,214,244); }
H1.HeaderClassName
{
color: #84D6F4;
}
.AnyTagClassName
{
color: #84D6F4;
}
</style>
background-color css
<style>
a { background-color: #84D6F4; }
a { background-color: rgb(132,214,244); }
div.DivClassName
{
background-color: #84D6F4;
}
.BgClassName
{
background-color: #84D6F4;
}
</style>
border-color css
<style>
span { border-color: #84D6F4; }
span { border-color: rgb(132,214,244); }
td.TdClassName
{
border-color: #84D6F4;
}
.TagClassName
{
border-color: #84D6F4;
}
</style>