Shades of Light Sky Blue #84C0F0
Tints of Light Sky Blue #84C0F0
RGB
CMYK
RGB Variations
Color information
#84C0F0 (or 0x84C0F0) is known color: Light Sky Blue. HEX triplet: 84, C0 and F0. RGB value is (132,192,240). Sum of RGB (Red+Green+Blue) = 132+192+240=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #84C0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C0F0 is #7B3F0F. Grayscale: #B3B3B3. Windows color (decimal): -8077072 or 15777924. OLE color: 15777924.
HSL color Cylindrical-coordinate representation of color #84C0F0: hue angle of 206.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84C0F0 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 192 | 240 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.06 |
| HSL | 206.67º | 0.78% | 0.73% | - |
| HSV(B) | 206.67º | 0.45% | 0.94% | - |
| XYZ | 44.09 | 48.9 | 89.55 | - |
| YUV | 179.53 | 162.12 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 240 | 0.45 | 0.20 | 0 | 0.06 | 206.67 | 0.78 | 0.73 |
| Hex | 84 | C0 | F0 | 2D | 14 | 0 | 6 | CF | 4E | 49 |
| Octal | 204 | 300 | 360 | 55 | 24 | 0 | 6 | 317 | 116 | 111 |
| Binary | 10000100 | 11000000 | 11110000 | 101101 | 10100 | 0 | 110 | 11001111 | 1001110 | 1001001 |
Color Harmonies of #84C0F0
Complementary color
Monochromatic Colors of #84C0F0
Black with #84C0F0
Text Example
Text Example
White with #84C0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C0F0; }
p { color: rgb(132,192,240); }
H1.HeaderClassName
{
color: #84C0F0;
}
.AnyTagClassName
{
color: #84C0F0;
}
</style>
background-color css
<style>
a { background-color: #84C0F0; }
a { background-color: rgb(132,192,240); }
div.DivClassName
{
background-color: #84C0F0;
}
.BgClassName
{
background-color: #84C0F0;
}
</style>
border-color css
<style>
span { border-color: #84C0F0; }
span { border-color: rgb(132,192,240); }
td.TdClassName
{
border-color: #84C0F0;
}
.TagClassName
{
border-color: #84C0F0;
}
</style>