Shades of Light Sky Blue #84BEF6
Tints of Light Sky Blue #84BEF6
RGB
CMYK
RGB Variations
Color information
#84BEF6 (or 0x84BEF6) is known color: Light Sky Blue. HEX triplet: 84, BE and F6. RGB value is (132,190,246). Sum of RGB (Red+Green+Blue) = 132+190+246=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #84BEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BEF6 is #7B4109. Grayscale: #B2B2B2. Windows color (decimal): -8077578 or 16170628. OLE color: 16170628.
HSL color Cylindrical-coordinate representation of color #84BEF6: hue angle of 209.47º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84BEF6 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 190 | 246 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.04 |
| HSL | 209.47º | 0.86% | 0.74% | - |
| HSV(B) | 209.47º | 0.46% | 0.96% | - |
| XYZ | 44.56 | 48.39 | 94.18 | - |
| YUV | 179.04 | 165.78 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 246 | 0.46 | 0.23 | 0 | 0.04 | 209.47 | 0.86 | 0.74 |
| Hex | 84 | BE | F6 | 2E | 17 | 0 | 4 | D1 | 56 | 4A |
| Octal | 204 | 276 | 366 | 56 | 27 | 0 | 4 | 321 | 126 | 112 |
| Binary | 10000100 | 10111110 | 11110110 | 101110 | 10111 | 0 | 100 | 11010001 | 1010110 | 1001010 |
Color Harmonies of #84BEF6
Complementary color
Monochromatic Colors of #84BEF6
Black with #84BEF6
Text Example
Text Example
White with #84BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEF6; }
p { color: rgb(132,190,246); }
H1.HeaderClassName
{
color: #84BEF6;
}
.AnyTagClassName
{
color: #84BEF6;
}
</style>
background-color css
<style>
a { background-color: #84BEF6; }
a { background-color: rgb(132,190,246); }
div.DivClassName
{
background-color: #84BEF6;
}
.BgClassName
{
background-color: #84BEF6;
}
</style>
border-color css
<style>
span { border-color: #84BEF6; }
span { border-color: rgb(132,190,246); }
td.TdClassName
{
border-color: #84BEF6;
}
.TagClassName
{
border-color: #84BEF6;
}
</style>