Shades of Sky Blue #84BEE6
Tints of Sky Blue #84BEE6
RGB
CMYK
RGB Variations
Color information
#84BEE6 (or 0x84BEE6) is known color: Sky Blue. HEX triplet: 84, BE and E6. RGB value is (132,190,230). Sum of RGB (Red+Green+Blue) = 132+190+230=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #84BEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BEE6 is #7B4119. Grayscale: #B1B1B1. Windows color (decimal): -8077594 or 15122052. OLE color: 15122052.
HSL color Cylindrical-coordinate representation of color #84BEE6: hue angle of 204.49º 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 #84BEE6 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 190 | 230 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.10 |
| HSL | 204.49º | 0.66% | 0.71% | - |
| HSV(B) | 204.49º | 0.43% | 0.9% | - |
| XYZ | 42.21 | 47.45 | 81.8 | - |
| YUV | 177.22 | 157.78 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 230 | 0.43 | 0.17 | 0 | 0.10 | 204.49 | 0.66 | 0.71 |
| Hex | 84 | BE | E6 | 2B | 11 | 0 | A | CC | 42 | 47 |
| Octal | 204 | 276 | 346 | 53 | 21 | 0 | 12 | 314 | 102 | 107 |
| Binary | 10000100 | 10111110 | 11100110 | 101011 | 10001 | 0 | 1010 | 11001100 | 1000010 | 1000111 |
Color Harmonies of #84BEE6
Complementary color
Monochromatic Colors of #84BEE6
Black with #84BEE6
Text Example
Text Example
White with #84BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEE6; }
p { color: rgb(132,190,230); }
H1.HeaderClassName
{
color: #84BEE6;
}
.AnyTagClassName
{
color: #84BEE6;
}
</style>
background-color css
<style>
a { background-color: #84BEE6; }
a { background-color: rgb(132,190,230); }
div.DivClassName
{
background-color: #84BEE6;
}
.BgClassName
{
background-color: #84BEE6;
}
</style>
border-color css
<style>
span { border-color: #84BEE6; }
span { border-color: rgb(132,190,230); }
td.TdClassName
{
border-color: #84BEE6;
}
.TagClassName
{
border-color: #84BEE6;
}
</style>