Shades of Sky Blue #84DBEC
Tints of Sky Blue #84DBEC
RGB
CMYK
RGB Variations
Color information
#84DBEC (or 0x84DBEC) is known color: Sky Blue. HEX triplet: 84, DB and EC. RGB value is (132,219,236). Sum of RGB (Red+Green+Blue) = 132+219+236=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #84DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DBEC is #7B2413. Grayscale: #C2C2C2. Windows color (decimal): -8070164 or 15522692. OLE color: 15522692.
HSL color Cylindrical-coordinate representation of color #84DBEC: hue angle of 189.81º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84DBEC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 219 | 236 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.07 |
| HSL | 189.81º | 0.73% | 0.72% | - |
| HSV(B) | 189.81º | 0.44% | 0.93% | - |
| XYZ | 49.99 | 61.62 | 88.62 | - |
| YUV | 194.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 236 | 0.44 | 0.07 | 0 | 0.07 | 189.81 | 0.73 | 0.72 |
| Hex | 84 | DB | EC | 2C | 7 | 0 | 7 | BE | 49 | 48 |
| Octal | 204 | 333 | 354 | 54 | 7 | 0 | 7 | 276 | 111 | 110 |
| Binary | 10000100 | 11011011 | 11101100 | 101100 | 111 | 0 | 111 | 10111110 | 1001001 | 1001000 |
Color Harmonies of #84DBEC
Complementary color
Monochromatic Colors of #84DBEC
Black with #84DBEC
Text Example
Text Example
White with #84DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBEC; }
p { color: rgb(132,219,236); }
H1.HeaderClassName
{
color: #84DBEC;
}
.AnyTagClassName
{
color: #84DBEC;
}
</style>
background-color css
<style>
a { background-color: #84DBEC; }
a { background-color: rgb(132,219,236); }
div.DivClassName
{
background-color: #84DBEC;
}
.BgClassName
{
background-color: #84DBEC;
}
</style>
border-color css
<style>
span { border-color: #84DBEC; }
span { border-color: rgb(132,219,236); }
td.TdClassName
{
border-color: #84DBEC;
}
.TagClassName
{
border-color: #84DBEC;
}
</style>