Shades of Sky Blue #84D6F0
Tints of Sky Blue #84D6F0
RGB
CMYK
RGB Variations
Color information
#84D6F0 (or 0x84D6F0) is known color: Sky Blue. HEX triplet: 84, D6 and F0. RGB value is (132,214,240). Sum of RGB (Red+Green+Blue) = 132+214+240=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #84D6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D6F0 is #7B290F. Grayscale: #C0C0C0. Windows color (decimal): -8071440 or 15783556. OLE color: 15783556.
HSL color Cylindrical-coordinate representation of color #84D6F0: hue angle of 194.44º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84D6F0 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 214 | 240 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.06 |
| HSL | 194.44º | 0.78% | 0.73% | - |
| HSV(B) | 194.44º | 0.45% | 0.94% | - |
| XYZ | 49.29 | 59.29 | 91.28 | - |
| YUV | 192.45 | 154.83 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 240 | 0.45 | 0.11 | 0 | 0.06 | 194.44 | 0.78 | 0.73 |
| Hex | 84 | D6 | F0 | 2D | B | 0 | 6 | C2 | 4E | 49 |
| Octal | 204 | 326 | 360 | 55 | 13 | 0 | 6 | 302 | 116 | 111 |
| Binary | 10000100 | 11010110 | 11110000 | 101101 | 1011 | 0 | 110 | 11000010 | 1001110 | 1001001 |
Color Harmonies of #84D6F0
Complementary color
Monochromatic Colors of #84D6F0
Black with #84D6F0
Text Example
Text Example
White with #84D6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D6F0; }
p { color: rgb(132,214,240); }
H1.HeaderClassName
{
color: #84D6F0;
}
.AnyTagClassName
{
color: #84D6F0;
}
</style>
background-color css
<style>
a { background-color: #84D6F0; }
a { background-color: rgb(132,214,240); }
div.DivClassName
{
background-color: #84D6F0;
}
.BgClassName
{
background-color: #84D6F0;
}
</style>
border-color css
<style>
span { border-color: #84D6F0; }
span { border-color: rgb(132,214,240); }
td.TdClassName
{
border-color: #84D6F0;
}
.TagClassName
{
border-color: #84D6F0;
}
</style>