Shades of Light Sky Blue #84E2FF
Tints of Light Sky Blue #84E2FF
RGB
CMYK
RGB Variations
Color information
#84E2FF (or 0x84E2FF) is known color: Light Sky Blue. HEX triplet: 84, E2 and FF. RGB value is (132,226,255). Sum of RGB (Red+Green+Blue) = 132+226+255=613 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.53% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #84E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E2FF is #7B1D00. Grayscale: #C8C8C8. Windows color (decimal): -8068353 or 16769668. OLE color: 16769668.
HSL color Cylindrical-coordinate representation of color #84E2FF: hue angle of 194.15º 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 #84E2FF is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 226 | 255 | - |
| CMYK | 0.48 | 0.11 | 0 | 0 |
| HSL | 194.15º | 1% | 0.76% | - |
| HSV(B) | 194.15º | 0.48% | 1% | - |
| XYZ | 54.76 | 66.52 | 104.56 | - |
| YUV | 201.2 | 158.36 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 226 | 255 | 0.48 | 0.11 | 0 | 0 | 194.15 | 1 | 0.76 |
| Hex | 84 | E2 | FF | 30 | B | 0 | 0 | C2 | 64 | 4C |
| Octal | 204 | 342 | 377 | 60 | 13 | 0 | 0 | 302 | 144 | 114 |
| Binary | 10000100 | 11100010 | 11111111 | 110000 | 1011 | 0 | 0 | 11000010 | 1100100 | 1001100 |
Color Harmonies of #84E2FF
Complementary color
Monochromatic Colors of #84E2FF
Black with #84E2FF
Text Example
Text Example
White with #84E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E2FF; }
p { color: rgb(132,226,255); }
H1.HeaderClassName
{
color: #84E2FF;
}
.AnyTagClassName
{
color: #84E2FF;
}
</style>
background-color css
<style>
a { background-color: #84E2FF; }
a { background-color: rgb(132,226,255); }
div.DivClassName
{
background-color: #84E2FF;
}
.BgClassName
{
background-color: #84E2FF;
}
</style>
border-color css
<style>
span { border-color: #84E2FF; }
span { border-color: rgb(132,226,255); }
td.TdClassName
{
border-color: #84E2FF;
}
.TagClassName
{
border-color: #84E2FF;
}
</style>