Shades of Light Sky Blue #84C0FC
Tints of Light Sky Blue #84C0FC
RGB
CMYK
RGB Variations
Color information
#84C0FC (or 0x84C0FC) is known color: Light Sky Blue. HEX triplet: 84, C0 and FC. RGB value is (132,192,252). Sum of RGB (Red+Green+Blue) = 132+192+252=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #84C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C0FC is #7B3F03. Grayscale: #B4B4B4. Windows color (decimal): -8077060 or 16564356. OLE color: 16564356.
HSL color Cylindrical-coordinate representation of color #84C0FC: hue angle of 210º 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 #84C0FC is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 192 | 252 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.01 |
| HSL | 210º | 0.95% | 0.75% | - |
| HSV(B) | 210º | 0.48% | 0.99% | - |
| XYZ | 45.94 | 49.63 | 99.25 | - |
| YUV | 180.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 252 | 0.48 | 0.24 | 0 | 0.01 | 210 | 0.95 | 0.75 |
| Hex | 84 | C0 | FC | 30 | 18 | 0 | 1 | D2 | 5F | 4B |
| Octal | 204 | 300 | 374 | 60 | 30 | 0 | 1 | 322 | 137 | 113 |
| Binary | 10000100 | 11000000 | 11111100 | 110000 | 11000 | 0 | 1 | 11010010 | 1011111 | 1001011 |
Color Harmonies of #84C0FC
Complementary color
Monochromatic Colors of #84C0FC
Black with #84C0FC
Text Example
Text Example
White with #84C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C0FC; }
p { color: rgb(132,192,252); }
H1.HeaderClassName
{
color: #84C0FC;
}
.AnyTagClassName
{
color: #84C0FC;
}
</style>
background-color css
<style>
a { background-color: #84C0FC; }
a { background-color: rgb(132,192,252); }
div.DivClassName
{
background-color: #84C0FC;
}
.BgClassName
{
background-color: #84C0FC;
}
</style>
border-color css
<style>
span { border-color: #84C0FC; }
span { border-color: rgb(132,192,252); }
td.TdClassName
{
border-color: #84C0FC;
}
.TagClassName
{
border-color: #84C0FC;
}
</style>