Shades of Light Sky Blue #84DCFD
Tints of Light Sky Blue #84DCFD
RGB
CMYK
RGB Variations
Color information
#84DCFD (or 0x84DCFD) is known color: Light Sky Blue. HEX triplet: 84, DC and FD. RGB value is (132,220,253). Sum of RGB (Red+Green+Blue) = 132+220+253=605 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.82% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #84DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCFD is #7B2302. Grayscale: #C5C5C5. Windows color (decimal): -8069891 or 16637060. OLE color: 16637060.
HSL color Cylindrical-coordinate representation of color #84DCFD: hue angle of 196.36º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84DCFD is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 220 | 253 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.01 |
| HSL | 196.36º | 0.97% | 0.75% | - |
| HSV(B) | 196.36º | 0.48% | 0.99% | - |
| XYZ | 52.84 | 63.18 | 102.34 | - |
| YUV | 197.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 253 | 0.48 | 0.13 | 0 | 0.01 | 196.36 | 0.97 | 0.75 |
| Hex | 84 | DC | FD | 30 | D | 0 | 1 | C4 | 61 | 4B |
| Octal | 204 | 334 | 375 | 60 | 15 | 0 | 1 | 304 | 141 | 113 |
| Binary | 10000100 | 11011100 | 11111101 | 110000 | 1101 | 0 | 1 | 11000100 | 1100001 | 1001011 |
Color Harmonies of #84DCFD
Complementary color
Monochromatic Colors of #84DCFD
Black with #84DCFD
Text Example
Text Example
White with #84DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCFD; }
p { color: rgb(132,220,253); }
H1.HeaderClassName
{
color: #84DCFD;
}
.AnyTagClassName
{
color: #84DCFD;
}
</style>
background-color css
<style>
a { background-color: #84DCFD; }
a { background-color: rgb(132,220,253); }
div.DivClassName
{
background-color: #84DCFD;
}
.BgClassName
{
background-color: #84DCFD;
}
</style>
border-color css
<style>
span { border-color: #84DCFD; }
span { border-color: rgb(132,220,253); }
td.TdClassName
{
border-color: #84DCFD;
}
.TagClassName
{
border-color: #84DCFD;
}
</style>