Shades of Light Sky Blue #84BFFA
Tints of Light Sky Blue #84BFFA
RGB
CMYK
RGB Variations
Color information
#84BFFA (or 0x84BFFA) is known color: Light Sky Blue. HEX triplet: 84, BF and FA. RGB value is (132,191,250). Sum of RGB (Red+Green+Blue) = 132+191+250=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #84BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFFA is #7B4005. Grayscale: #B3B3B3. Windows color (decimal): -8077318 or 16433028. OLE color: 16433028.
HSL color Cylindrical-coordinate representation of color #84BFFA: hue angle of 210º degrees, saturation: 0.92, 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 #84BFFA is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 191 | 250 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.02 |
| HSL | 210º | 0.92% | 0.75% | - |
| HSV(B) | 210º | 0.47% | 0.98% | - |
| XYZ | 45.4 | 49.07 | 97.52 | - |
| YUV | 180.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 250 | 0.47 | 0.24 | 0 | 0.02 | 210 | 0.92 | 0.75 |
| Hex | 84 | BF | FA | 2F | 18 | 0 | 2 | D2 | 5C | 4B |
| Octal | 204 | 277 | 372 | 57 | 30 | 0 | 2 | 322 | 134 | 113 |
| Binary | 10000100 | 10111111 | 11111010 | 101111 | 11000 | 0 | 10 | 11010010 | 1011100 | 1001011 |
Color Harmonies of #84BFFA
Complementary color
Monochromatic Colors of #84BFFA
Black with #84BFFA
Text Example
Text Example
White with #84BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFFA; }
p { color: rgb(132,191,250); }
H1.HeaderClassName
{
color: #84BFFA;
}
.AnyTagClassName
{
color: #84BFFA;
}
</style>
background-color css
<style>
a { background-color: #84BFFA; }
a { background-color: rgb(132,191,250); }
div.DivClassName
{
background-color: #84BFFA;
}
.BgClassName
{
background-color: #84BFFA;
}
</style>
border-color css
<style>
span { border-color: #84BFFA; }
span { border-color: rgb(132,191,250); }
td.TdClassName
{
border-color: #84BFFA;
}
.TagClassName
{
border-color: #84BFFA;
}
</style>