Shades of Light Sky Blue #84C6FB
Tints of Light Sky Blue #84C6FB
RGB
CMYK
RGB Variations
Color information
#84C6FB (or 0x84C6FB) is known color: Light Sky Blue. HEX triplet: 84, C6 and FB. RGB value is (132,198,251). Sum of RGB (Red+Green+Blue) = 132+198+251=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #84C6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C6FB is #7B3904. Grayscale: #B8B8B8. Windows color (decimal): -8075525 or 16500356. OLE color: 16500356.
HSL color Cylindrical-coordinate representation of color #84C6FB: hue angle of 206.72º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84C6FB is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 198 | 251 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.02 |
| HSL | 206.72º | 0.94% | 0.75% | - |
| HSV(B) | 206.72º | 0.47% | 0.98% | - |
| XYZ | 47.12 | 52.26 | 98.87 | - |
| YUV | 184.31 | 165.63 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 251 | 0.47 | 0.21 | 0 | 0.02 | 206.72 | 0.94 | 0.75 |
| Hex | 84 | C6 | FB | 2F | 15 | 0 | 2 | CF | 5E | 4B |
| Octal | 204 | 306 | 373 | 57 | 25 | 0 | 2 | 317 | 136 | 113 |
| Binary | 10000100 | 11000110 | 11111011 | 101111 | 10101 | 0 | 10 | 11001111 | 1011110 | 1001011 |
Color Harmonies of #84C6FB
Complementary color
Monochromatic Colors of #84C6FB
Black with #84C6FB
Text Example
Text Example
White with #84C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C6FB; }
p { color: rgb(132,198,251); }
H1.HeaderClassName
{
color: #84C6FB;
}
.AnyTagClassName
{
color: #84C6FB;
}
</style>
background-color css
<style>
a { background-color: #84C6FB; }
a { background-color: rgb(132,198,251); }
div.DivClassName
{
background-color: #84C6FB;
}
.BgClassName
{
background-color: #84C6FB;
}
</style>
border-color css
<style>
span { border-color: #84C6FB; }
span { border-color: rgb(132,198,251); }
td.TdClassName
{
border-color: #84C6FB;
}
.TagClassName
{
border-color: #84C6FB;
}
</style>