Shades of Light Sky Blue #84C2FF
Tints of Light Sky Blue #84C2FF
RGB
CMYK
RGB Variations
Color information
#84C2FF (or 0x84C2FF) is known color: Light Sky Blue. HEX triplet: 84, C2 and FF. RGB value is (132,194,255). Sum of RGB (Red+Green+Blue) = 132+194+255=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #84C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C2FF is #7B3D00. Grayscale: #B6B6B6. Windows color (decimal): -8076545 or 16761476. OLE color: 16761476.
HSL color Cylindrical-coordinate representation of color #84C2FF: hue angle of 209.76º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84C2FF is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 194 | 255 | - |
| CMYK | 0.48 | 0.24 | 0 | 0 |
| HSL | 209.76º | 1% | 0.76% | - |
| HSV(B) | 209.76º | 0.48% | 1% | - |
| XYZ | 46.86 | 50.71 | 101.93 | - |
| YUV | 182.42 | 168.96 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 255 | 0.48 | 0.24 | 0 | 0 | 209.76 | 1 | 0.76 |
| Hex | 84 | C2 | FF | 30 | 18 | 0 | 0 | D2 | 64 | 4C |
| Octal | 204 | 302 | 377 | 60 | 30 | 0 | 0 | 322 | 144 | 114 |
| Binary | 10000100 | 11000010 | 11111111 | 110000 | 11000 | 0 | 0 | 11010010 | 1100100 | 1001100 |
Color Harmonies of #84C2FF
Complementary color
Monochromatic Colors of #84C2FF
Black with #84C2FF
Text Example
Text Example
White with #84C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2FF; }
p { color: rgb(132,194,255); }
H1.HeaderClassName
{
color: #84C2FF;
}
.AnyTagClassName
{
color: #84C2FF;
}
</style>
background-color css
<style>
a { background-color: #84C2FF; }
a { background-color: rgb(132,194,255); }
div.DivClassName
{
background-color: #84C2FF;
}
.BgClassName
{
background-color: #84C2FF;
}
</style>
border-color css
<style>
span { border-color: #84C2FF; }
span { border-color: rgb(132,194,255); }
td.TdClassName
{
border-color: #84C2FF;
}
.TagClassName
{
border-color: #84C2FF;
}
</style>