Shades of Sky Blue #84DCF0
Tints of Sky Blue #84DCF0
RGB
CMYK
RGB Variations
Color information
#84DCF0 (or 0x84DCF0) is known color: Sky Blue. HEX triplet: 84, DC and F0. RGB value is (132,220,240). Sum of RGB (Red+Green+Blue) = 132+220+240=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #84DCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCF0 is #7B230F. Grayscale: #C3C3C3. Windows color (decimal): -8069904 or 15785092. OLE color: 15785092.
HSL color Cylindrical-coordinate representation of color #84DCF0: hue angle of 191.11º 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 #84DCF0 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 220 | 240 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.06 |
| HSL | 191.11º | 0.78% | 0.73% | - |
| HSV(B) | 191.11º | 0.45% | 0.94% | - |
| XYZ | 50.84 | 62.38 | 91.8 | - |
| YUV | 195.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 240 | 0.45 | 0.08 | 0 | 0.06 | 191.11 | 0.78 | 0.73 |
| Hex | 84 | DC | F0 | 2D | 8 | 0 | 6 | BF | 4E | 49 |
| Octal | 204 | 334 | 360 | 55 | 10 | 0 | 6 | 277 | 116 | 111 |
| Binary | 10000100 | 11011100 | 11110000 | 101101 | 1000 | 0 | 110 | 10111111 | 1001110 | 1001001 |
Color Harmonies of #84DCF0
Complementary color
Monochromatic Colors of #84DCF0
Black with #84DCF0
Text Example
Text Example
White with #84DCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCF0; }
p { color: rgb(132,220,240); }
H1.HeaderClassName
{
color: #84DCF0;
}
.AnyTagClassName
{
color: #84DCF0;
}
</style>
background-color css
<style>
a { background-color: #84DCF0; }
a { background-color: rgb(132,220,240); }
div.DivClassName
{
background-color: #84DCF0;
}
.BgClassName
{
background-color: #84DCF0;
}
</style>
border-color css
<style>
span { border-color: #84DCF0; }
span { border-color: rgb(132,220,240); }
td.TdClassName
{
border-color: #84DCF0;
}
.TagClassName
{
border-color: #84DCF0;
}
</style>