Shades of Light Sky Blue #84BFFC
Tints of Light Sky Blue #84BFFC
RGB
CMYK
RGB Variations
Color information
#84BFFC (or 0x84BFFC) is known color: Light Sky Blue. HEX triplet: 84, BF and FC. RGB value is (132,191,252). Sum of RGB (Red+Green+Blue) = 132+191+252=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #84BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFFC is #7B4003. Grayscale: #B4B4B4. Windows color (decimal): -8077316 or 16564100. OLE color: 16564100.
HSL color Cylindrical-coordinate representation of color #84BFFC: hue angle of 210.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84BFFC is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 191 | 252 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.01 |
| HSL | 210.5º | 0.95% | 0.75% | - |
| HSV(B) | 210.5º | 0.48% | 0.99% | - |
| XYZ | 45.72 | 49.2 | 99.18 | - |
| YUV | 180.31 | 168.45 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 252 | 0.48 | 0.24 | 0 | 0.01 | 210.5 | 0.95 | 0.75 |
| Hex | 84 | BF | FC | 30 | 18 | 0 | 1 | D2 | 5F | 4B |
| Octal | 204 | 277 | 374 | 60 | 30 | 0 | 1 | 322 | 137 | 113 |
| Binary | 10000100 | 10111111 | 11111100 | 110000 | 11000 | 0 | 1 | 11010010 | 1011111 | 1001011 |
Color Harmonies of #84BFFC
Complementary color
Monochromatic Colors of #84BFFC
Black with #84BFFC
Text Example
Text Example
White with #84BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFFC; }
p { color: rgb(132,191,252); }
H1.HeaderClassName
{
color: #84BFFC;
}
.AnyTagClassName
{
color: #84BFFC;
}
</style>
background-color css
<style>
a { background-color: #84BFFC; }
a { background-color: rgb(132,191,252); }
div.DivClassName
{
background-color: #84BFFC;
}
.BgClassName
{
background-color: #84BFFC;
}
</style>
border-color css
<style>
span { border-color: #84BFFC; }
span { border-color: rgb(132,191,252); }
td.TdClassName
{
border-color: #84BFFC;
}
.TagClassName
{
border-color: #84BFFC;
}
</style>