Shades of Light Sky Blue #84C8F7
Tints of Light Sky Blue #84C8F7
RGB
CMYK
RGB Variations
Color information
#84C8F7 (or 0x84C8F7) is known color: Light Sky Blue. HEX triplet: 84, C8 and F7. RGB value is (132,200,247). Sum of RGB (Red+Green+Blue) = 132+200+247=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #84C8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C8F7 is #7B3708. Grayscale: #B8B8B8. Windows color (decimal): -8075017 or 16238724. OLE color: 16238724.
HSL color Cylindrical-coordinate representation of color #84C8F7: hue angle of 204.52º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84C8F7 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 200 | 247 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.03 |
| HSL | 204.52º | 0.88% | 0.74% | - |
| HSV(B) | 204.52º | 0.47% | 0.97% | - |
| XYZ | 46.96 | 52.93 | 95.74 | - |
| YUV | 185.03 | 162.97 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 247 | 0.47 | 0.19 | 0 | 0.03 | 204.52 | 0.88 | 0.74 |
| Hex | 84 | C8 | F7 | 2F | 13 | 0 | 3 | CD | 58 | 4A |
| Octal | 204 | 310 | 367 | 57 | 23 | 0 | 3 | 315 | 130 | 112 |
| Binary | 10000100 | 11001000 | 11110111 | 101111 | 10011 | 0 | 11 | 11001101 | 1011000 | 1001010 |
Color Harmonies of #84C8F7
Complementary color
Monochromatic Colors of #84C8F7
Black with #84C8F7
Text Example
Text Example
White with #84C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C8F7; }
p { color: rgb(132,200,247); }
H1.HeaderClassName
{
color: #84C8F7;
}
.AnyTagClassName
{
color: #84C8F7;
}
</style>
background-color css
<style>
a { background-color: #84C8F7; }
a { background-color: rgb(132,200,247); }
div.DivClassName
{
background-color: #84C8F7;
}
.BgClassName
{
background-color: #84C8F7;
}
</style>
border-color css
<style>
span { border-color: #84C8F7; }
span { border-color: rgb(132,200,247); }
td.TdClassName
{
border-color: #84C8F7;
}
.TagClassName
{
border-color: #84C8F7;
}
</style>