Shades of Light Sky Blue #84BDEF
Tints of Light Sky Blue #84BDEF
RGB
CMYK
RGB Variations
Color information
#84BDEF (or 0x84BDEF) is known color: Light Sky Blue. HEX triplet: 84, BD and EF. RGB value is (132,189,239). Sum of RGB (Red+Green+Blue) = 132+189+239=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #84BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BDEF is #7B4210. Grayscale: #B1B1B1. Windows color (decimal): -8077841 or 15711620. OLE color: 15711620.
HSL color Cylindrical-coordinate representation of color #84BDEF: hue angle of 208.04º 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 #84BDEF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 189 | 239 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.06 |
| HSL | 208.04º | 0.77% | 0.73% | - |
| HSV(B) | 208.04º | 0.45% | 0.94% | - |
| XYZ | 43.29 | 47.53 | 88.55 | - |
| YUV | 177.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 239 | 0.45 | 0.21 | 0 | 0.06 | 208.04 | 0.77 | 0.73 |
| Hex | 84 | BD | EF | 2D | 15 | 0 | 6 | D0 | 4D | 49 |
| Octal | 204 | 275 | 357 | 55 | 25 | 0 | 6 | 320 | 115 | 111 |
| Binary | 10000100 | 10111101 | 11101111 | 101101 | 10101 | 0 | 110 | 11010000 | 1001101 | 1001001 |
Color Harmonies of #84BDEF
Complementary color
Monochromatic Colors of #84BDEF
Black with #84BDEF
Text Example
Text Example
White with #84BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDEF; }
p { color: rgb(132,189,239); }
H1.HeaderClassName
{
color: #84BDEF;
}
.AnyTagClassName
{
color: #84BDEF;
}
</style>
background-color css
<style>
a { background-color: #84BDEF; }
a { background-color: rgb(132,189,239); }
div.DivClassName
{
background-color: #84BDEF;
}
.BgClassName
{
background-color: #84BDEF;
}
</style>
border-color css
<style>
span { border-color: #84BDEF; }
span { border-color: rgb(132,189,239); }
td.TdClassName
{
border-color: #84BDEF;
}
.TagClassName
{
border-color: #84BDEF;
}
</style>