Shades of Light Sky Blue #84DBFD
Tints of Light Sky Blue #84DBFD
RGB
CMYK
RGB Variations
Color information
#84DBFD (or 0x84DBFD) is known color: Light Sky Blue. HEX triplet: 84, DB and FD. RGB value is (132,219,253). Sum of RGB (Red+Green+Blue) = 132+219+253=604 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.85% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #84DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DBFD is #7B2402. Grayscale: #C4C4C4. Windows color (decimal): -8070147 or 16636804. OLE color: 16636804.
HSL color Cylindrical-coordinate representation of color #84DBFD: hue angle of 196.86º 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 #84DBFD is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 219 | 253 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.01 |
| HSL | 196.86º | 0.97% | 0.75% | - |
| HSV(B) | 196.86º | 0.48% | 0.99% | - |
| XYZ | 52.58 | 62.66 | 102.25 | - |
| YUV | 196.86 | 159.68 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 253 | 0.48 | 0.13 | 0 | 0.01 | 196.86 | 0.97 | 0.75 |
| Hex | 84 | DB | FD | 30 | D | 0 | 1 | C5 | 61 | 4B |
| Octal | 204 | 333 | 375 | 60 | 15 | 0 | 1 | 305 | 141 | 113 |
| Binary | 10000100 | 11011011 | 11111101 | 110000 | 1101 | 0 | 1 | 11000101 | 1100001 | 1001011 |
Color Harmonies of #84DBFD
Complementary color
Monochromatic Colors of #84DBFD
Black with #84DBFD
Text Example
Text Example
White with #84DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBFD; }
p { color: rgb(132,219,253); }
H1.HeaderClassName
{
color: #84DBFD;
}
.AnyTagClassName
{
color: #84DBFD;
}
</style>
background-color css
<style>
a { background-color: #84DBFD; }
a { background-color: rgb(132,219,253); }
div.DivClassName
{
background-color: #84DBFD;
}
.BgClassName
{
background-color: #84DBFD;
}
</style>
border-color css
<style>
span { border-color: #84DBFD; }
span { border-color: rgb(132,219,253); }
td.TdClassName
{
border-color: #84DBFD;
}
.TagClassName
{
border-color: #84DBFD;
}
</style>