Shades of Sky Blue #84DBEF
Tints of Sky Blue #84DBEF
RGB
CMYK
RGB Variations
Color information
#84DBEF (or 0x84DBEF) is known color: Sky Blue. HEX triplet: 84, DB and EF. RGB value is (132,219,239). Sum of RGB (Red+Green+Blue) = 132+219+239=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #84DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DBEF is #7B2410. Grayscale: #C3C3C3. Windows color (decimal): -8070161 or 15719300. OLE color: 15719300.
HSL color Cylindrical-coordinate representation of color #84DBEF: hue angle of 191.21º degrees, saturation: 0.77, 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 #84DBEF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 219 | 239 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.06 |
| HSL | 191.22º | 0.77% | 0.73% | - |
| HSV(B) | 191.22º | 0.45% | 0.94% | - |
| XYZ | 50.43 | 61.8 | 90.93 | - |
| YUV | 195.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 239 | 0.45 | 0.08 | 0 | 0.06 | 191.22 | 0.77 | 0.73 |
| Hex | 84 | DB | EF | 2D | 8 | 0 | 6 | BF | 4D | 49 |
| Octal | 204 | 333 | 357 | 55 | 10 | 0 | 6 | 277 | 115 | 111 |
| Binary | 10000100 | 11011011 | 11101111 | 101101 | 1000 | 0 | 110 | 10111111 | 1001101 | 1001001 |
Color Harmonies of #84DBEF
Complementary color
Monochromatic Colors of #84DBEF
Black with #84DBEF
Text Example
Text Example
White with #84DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBEF; }
p { color: rgb(132,219,239); }
H1.HeaderClassName
{
color: #84DBEF;
}
.AnyTagClassName
{
color: #84DBEF;
}
</style>
background-color css
<style>
a { background-color: #84DBEF; }
a { background-color: rgb(132,219,239); }
div.DivClassName
{
background-color: #84DBEF;
}
.BgClassName
{
background-color: #84DBEF;
}
</style>
border-color css
<style>
span { border-color: #84DBEF; }
span { border-color: rgb(132,219,239); }
td.TdClassName
{
border-color: #84DBEF;
}
.TagClassName
{
border-color: #84DBEF;
}
</style>