Shades of Light Sky Blue #84DFFE
Tints of Light Sky Blue #84DFFE
RGB
CMYK
RGB Variations
Color information
#84DFFE (or 0x84DFFE) is known color: Light Sky Blue. HEX triplet: 84, DF and FE. RGB value is (132,223,254). Sum of RGB (Red+Green+Blue) = 132+223+254=609 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.67% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #84DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DFFE is #7B2001. Grayscale: #C7C7C7. Windows color (decimal): -8069122 or 16703364. OLE color: 16703364.
HSL color Cylindrical-coordinate representation of color #84DFFE: hue angle of 195.25º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84DFFE is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 223 | 254 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.00 |
| HSL | 195.25º | 0.98% | 0.76% | - |
| HSV(B) | 195.25º | 0.48% | 1% | - |
| XYZ | 53.79 | 64.84 | 103.45 | - |
| YUV | 199.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 254 | 0.48 | 0.12 | 0 | 0.00 | 195.25 | 0.98 | 0.76 |
| Hex | 84 | DF | FE | 30 | C | 0 | 0 | C3 | 62 | 4C |
| Octal | 204 | 337 | 376 | 60 | 14 | 0 | 0 | 303 | 142 | 114 |
| Binary | 10000100 | 11011111 | 11111110 | 110000 | 1100 | 0 | 0 | 11000011 | 1100010 | 1001100 |
Color Harmonies of #84DFFE
Complementary color
Monochromatic Colors of #84DFFE
Black with #84DFFE
Text Example
Text Example
White with #84DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFFE; }
p { color: rgb(132,223,254); }
H1.HeaderClassName
{
color: #84DFFE;
}
.AnyTagClassName
{
color: #84DFFE;
}
</style>
background-color css
<style>
a { background-color: #84DFFE; }
a { background-color: rgb(132,223,254); }
div.DivClassName
{
background-color: #84DFFE;
}
.BgClassName
{
background-color: #84DFFE;
}
</style>
border-color css
<style>
span { border-color: #84DFFE; }
span { border-color: rgb(132,223,254); }
td.TdClassName
{
border-color: #84DFFE;
}
.TagClassName
{
border-color: #84DFFE;
}
</style>