Shades of Light Sky Blue #84C2FB
Tints of Light Sky Blue #84C2FB
RGB
CMYK
RGB Variations
Color information
#84C2FB (or 0x84C2FB) is known color: Light Sky Blue. HEX triplet: 84, C2 and FB. RGB value is (132,194,251). Sum of RGB (Red+Green+Blue) = 132+194+251=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #84C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C2FB is #7B3D04. Grayscale: #B5B5B5. Windows color (decimal): -8076549 or 16499332. OLE color: 16499332.
HSL color Cylindrical-coordinate representation of color #84C2FB: hue angle of 208.74º 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 #84C2FB is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 194 | 251 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.02 |
| HSL | 208.74º | 0.94% | 0.75% | - |
| HSV(B) | 208.74º | 0.47% | 0.98% | - |
| XYZ | 46.22 | 50.45 | 98.57 | - |
| YUV | 181.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 251 | 0.47 | 0.23 | 0 | 0.02 | 208.74 | 0.94 | 0.75 |
| Hex | 84 | C2 | FB | 2F | 17 | 0 | 2 | D1 | 5E | 4B |
| Octal | 204 | 302 | 373 | 57 | 27 | 0 | 2 | 321 | 136 | 113 |
| Binary | 10000100 | 11000010 | 11111011 | 101111 | 10111 | 0 | 10 | 11010001 | 1011110 | 1001011 |
Color Harmonies of #84C2FB
Complementary color
Monochromatic Colors of #84C2FB
Black with #84C2FB
Text Example
Text Example
White with #84C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2FB; }
p { color: rgb(132,194,251); }
H1.HeaderClassName
{
color: #84C2FB;
}
.AnyTagClassName
{
color: #84C2FB;
}
</style>
background-color css
<style>
a { background-color: #84C2FB; }
a { background-color: rgb(132,194,251); }
div.DivClassName
{
background-color: #84C2FB;
}
.BgClassName
{
background-color: #84C2FB;
}
</style>
border-color css
<style>
span { border-color: #84C2FB; }
span { border-color: rgb(132,194,251); }
td.TdClassName
{
border-color: #84C2FB;
}
.TagClassName
{
border-color: #84C2FB;
}
</style>