Shades of Light Sky Blue #84DCFE
Tints of Light Sky Blue #84DCFE
RGB
CMYK
RGB Variations
Color information
#84DCFE (or 0x84DCFE) is known color: Light Sky Blue. HEX triplet: 84, DC and FE. RGB value is (132,220,254). Sum of RGB (Red+Green+Blue) = 132+220+254=606 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.78% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #84DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCFE is #7B2301. Grayscale: #C5C5C5. Windows color (decimal): -8069890 or 16702596. OLE color: 16702596.
HSL color Cylindrical-coordinate representation of color #84DCFE: hue angle of 196.72º 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 #84DCFE is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 220 | 254 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.00 |
| HSL | 196.72º | 0.98% | 0.76% | - |
| HSV(B) | 196.72º | 0.48% | 1% | - |
| XYZ | 53 | 63.25 | 103.18 | - |
| YUV | 197.56 | 159.85 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 254 | 0.48 | 0.13 | 0 | 0.00 | 196.72 | 0.98 | 0.76 |
| Hex | 84 | DC | FE | 30 | D | 0 | 0 | C5 | 62 | 4C |
| Octal | 204 | 334 | 376 | 60 | 15 | 0 | 0 | 305 | 142 | 114 |
| Binary | 10000100 | 11011100 | 11111110 | 110000 | 1101 | 0 | 0 | 11000101 | 1100010 | 1001100 |
Color Harmonies of #84DCFE
Complementary color
Monochromatic Colors of #84DCFE
Black with #84DCFE
Text Example
Text Example
White with #84DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCFE; }
p { color: rgb(132,220,254); }
H1.HeaderClassName
{
color: #84DCFE;
}
.AnyTagClassName
{
color: #84DCFE;
}
</style>
background-color css
<style>
a { background-color: #84DCFE; }
a { background-color: rgb(132,220,254); }
div.DivClassName
{
background-color: #84DCFE;
}
.BgClassName
{
background-color: #84DCFE;
}
</style>
border-color css
<style>
span { border-color: #84DCFE; }
span { border-color: rgb(132,220,254); }
td.TdClassName
{
border-color: #84DCFE;
}
.TagClassName
{
border-color: #84DCFE;
}
</style>