Shades of Sky Blue #84DCF7
Tints of Sky Blue #84DCF7
RGB
CMYK
RGB Variations
Color information
#84DCF7 (or 0x84DCF7) is known color: Sky Blue. HEX triplet: 84, DC and F7. RGB value is (132,220,247). Sum of RGB (Red+Green+Blue) = 132+220+247=599 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.04% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #84DCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCF7 is #7B2308. Grayscale: #C4C4C4. Windows color (decimal): -8069897 or 16243844. OLE color: 16243844.
HSL color Cylindrical-coordinate representation of color #84DCF7: hue angle of 194.09º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84DCF7 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 220 | 247 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.03 |
| HSL | 194.09º | 0.88% | 0.74% | - |
| HSV(B) | 194.09º | 0.47% | 0.97% | - |
| XYZ | 51.9 | 62.81 | 97.38 | - |
| YUV | 196.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 247 | 0.47 | 0.11 | 0 | 0.03 | 194.09 | 0.88 | 0.74 |
| Hex | 84 | DC | F7 | 2F | B | 0 | 3 | C2 | 58 | 4A |
| Octal | 204 | 334 | 367 | 57 | 13 | 0 | 3 | 302 | 130 | 112 |
| Binary | 10000100 | 11011100 | 11110111 | 101111 | 1011 | 0 | 11 | 11000010 | 1011000 | 1001010 |
Color Harmonies of #84DCF7
Complementary color
Monochromatic Colors of #84DCF7
Black with #84DCF7
Text Example
Text Example
White with #84DCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCF7; }
p { color: rgb(132,220,247); }
H1.HeaderClassName
{
color: #84DCF7;
}
.AnyTagClassName
{
color: #84DCF7;
}
</style>
background-color css
<style>
a { background-color: #84DCF7; }
a { background-color: rgb(132,220,247); }
div.DivClassName
{
background-color: #84DCF7;
}
.BgClassName
{
background-color: #84DCF7;
}
</style>
border-color css
<style>
span { border-color: #84DCF7; }
span { border-color: rgb(132,220,247); }
td.TdClassName
{
border-color: #84DCF7;
}
.TagClassName
{
border-color: #84DCF7;
}
</style>