Shades of Sky Blue #84DDF2
Tints of Sky Blue #84DDF2
RGB
CMYK
RGB Variations
Color information
#84DDF2 (or 0x84DDF2) is known color: Sky Blue. HEX triplet: 84, DD and F2. RGB value is (132,221,242). Sum of RGB (Red+Green+Blue) = 132+221+242=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #84DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DDF2 is #7B220D. Grayscale: #C4C4C4. Windows color (decimal): -8069646 or 15916420. OLE color: 15916420.
HSL color Cylindrical-coordinate representation of color #84DDF2: hue angle of 191.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84DDF2 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 221 | 242 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.05 |
| HSL | 191.45º | 0.81% | 0.73% | - |
| HSV(B) | 191.45º | 0.45% | 0.95% | - |
| XYZ | 51.4 | 63.03 | 93.46 | - |
| YUV | 196.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 242 | 0.45 | 0.09 | 0 | 0.05 | 191.45 | 0.81 | 0.73 |
| Hex | 84 | DD | F2 | 2D | 9 | 0 | 5 | BF | 51 | 49 |
| Octal | 204 | 335 | 362 | 55 | 11 | 0 | 5 | 277 | 121 | 111 |
| Binary | 10000100 | 11011101 | 11110010 | 101101 | 1001 | 0 | 101 | 10111111 | 1010001 | 1001001 |
Color Harmonies of #84DDF2
Complementary color
Monochromatic Colors of #84DDF2
Black with #84DDF2
Text Example
Text Example
White with #84DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDF2; }
p { color: rgb(132,221,242); }
H1.HeaderClassName
{
color: #84DDF2;
}
.AnyTagClassName
{
color: #84DDF2;
}
</style>
background-color css
<style>
a { background-color: #84DDF2; }
a { background-color: rgb(132,221,242); }
div.DivClassName
{
background-color: #84DDF2;
}
.BgClassName
{
background-color: #84DDF2;
}
</style>
border-color css
<style>
span { border-color: #84DDF2; }
span { border-color: rgb(132,221,242); }
td.TdClassName
{
border-color: #84DDF2;
}
.TagClassName
{
border-color: #84DDF2;
}
</style>