Shades of Sky Blue #84BFE6
Tints of Sky Blue #84BFE6
RGB
CMYK
RGB Variations
Color information
#84BFE6 (or 0x84BFE6) is known color: Sky Blue. HEX triplet: 84, BF and E6. RGB value is (132,191,230). Sum of RGB (Red+Green+Blue) = 132+191+230=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #84BFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFE6 is #7B4019. Grayscale: #B1B1B1. Windows color (decimal): -8077338 or 15122308. OLE color: 15122308.
HSL color Cylindrical-coordinate representation of color #84BFE6: hue angle of 203.88º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84BFE6 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 191 | 230 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.10 |
| HSL | 203.88º | 0.66% | 0.71% | - |
| HSV(B) | 203.88º | 0.43% | 0.9% | - |
| XYZ | 42.43 | 47.88 | 81.87 | - |
| YUV | 177.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 230 | 0.43 | 0.17 | 0 | 0.10 | 203.88 | 0.66 | 0.71 |
| Hex | 84 | BF | E6 | 2B | 11 | 0 | A | CC | 42 | 47 |
| Octal | 204 | 277 | 346 | 53 | 21 | 0 | 12 | 314 | 102 | 107 |
| Binary | 10000100 | 10111111 | 11100110 | 101011 | 10001 | 0 | 1010 | 11001100 | 1000010 | 1000111 |
Color Harmonies of #84BFE6
Complementary color
Monochromatic Colors of #84BFE6
Black with #84BFE6
Text Example
Text Example
White with #84BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFE6; }
p { color: rgb(132,191,230); }
H1.HeaderClassName
{
color: #84BFE6;
}
.AnyTagClassName
{
color: #84BFE6;
}
</style>
background-color css
<style>
a { background-color: #84BFE6; }
a { background-color: rgb(132,191,230); }
div.DivClassName
{
background-color: #84BFE6;
}
.BgClassName
{
background-color: #84BFE6;
}
</style>
border-color css
<style>
span { border-color: #84BFE6; }
span { border-color: rgb(132,191,230); }
td.TdClassName
{
border-color: #84BFE6;
}
.TagClassName
{
border-color: #84BFE6;
}
</style>