Shades of Sky Blue #84D4F4
Tints of Sky Blue #84D4F4
RGB
CMYK
RGB Variations
Color information
#84D4F4 (or 0x84D4F4) is known color: Sky Blue. HEX triplet: 84, D4 and F4. RGB value is (132,212,244). Sum of RGB (Red+Green+Blue) = 132+212+244=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #84D4F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D4F4 is #7B2B0B. Grayscale: #BFBFBF. Windows color (decimal): -8071948 or 16045188. OLE color: 16045188.
HSL color Cylindrical-coordinate representation of color #84D4F4: hue angle of 197.14º 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 #84D4F4 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 212 | 244 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.04 |
| HSL | 197.14º | 0.84% | 0.74% | - |
| HSV(B) | 197.14º | 0.46% | 0.96% | - |
| XYZ | 49.39 | 58.52 | 94.28 | - |
| YUV | 191.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 212 | 244 | 0.46 | 0.13 | 0 | 0.04 | 197.14 | 0.84 | 0.74 |
| Hex | 84 | D4 | F4 | 2E | D | 0 | 4 | C5 | 54 | 4A |
| Octal | 204 | 324 | 364 | 56 | 15 | 0 | 4 | 305 | 124 | 112 |
| Binary | 10000100 | 11010100 | 11110100 | 101110 | 1101 | 0 | 100 | 11000101 | 1010100 | 1001010 |
Color Harmonies of #84D4F4
Complementary color
Monochromatic Colors of #84D4F4
Black with #84D4F4
Text Example
Text Example
White with #84D4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D4F4; }
p { color: rgb(132,212,244); }
H1.HeaderClassName
{
color: #84D4F4;
}
.AnyTagClassName
{
color: #84D4F4;
}
</style>
background-color css
<style>
a { background-color: #84D4F4; }
a { background-color: rgb(132,212,244); }
div.DivClassName
{
background-color: #84D4F4;
}
.BgClassName
{
background-color: #84D4F4;
}
</style>
border-color css
<style>
span { border-color: #84D4F4; }
span { border-color: rgb(132,212,244); }
td.TdClassName
{
border-color: #84D4F4;
}
.TagClassName
{
border-color: #84D4F4;
}
</style>