Shades of Light Sky Blue #84DBFF
Tints of Light Sky Blue #84DBFF
RGB
CMYK
RGB Variations
Color information
#84DBFF (or 0x84DBFF) is known color: Light Sky Blue. HEX triplet: 84, DB and FF. RGB value is (132,219,255). Sum of RGB (Red+Green+Blue) = 132+219+255=606 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.78% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #84DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DBFF is #7B2400. Grayscale: #C4C4C4. Windows color (decimal): -8070145 or 16767876. OLE color: 16767876.
HSL color Cylindrical-coordinate representation of color #84DBFF: hue angle of 197.56º 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 #84DBFF is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 219 | 255 | - |
| CMYK | 0.48 | 0.14 | 0 | 0 |
| HSL | 197.56º | 1% | 0.76% | - |
| HSV(B) | 197.56º | 0.48% | 1% | - |
| XYZ | 52.9 | 62.79 | 103.94 | - |
| YUV | 197.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 255 | 0.48 | 0.14 | 0 | 0 | 197.56 | 1 | 0.76 |
| Hex | 84 | DB | FF | 30 | E | 0 | 0 | C6 | 64 | 4C |
| Octal | 204 | 333 | 377 | 60 | 16 | 0 | 0 | 306 | 144 | 114 |
| Binary | 10000100 | 11011011 | 11111111 | 110000 | 1110 | 0 | 0 | 11000110 | 1100100 | 1001100 |
Color Harmonies of #84DBFF
Complementary color
Monochromatic Colors of #84DBFF
Black with #84DBFF
Text Example
Text Example
White with #84DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBFF; }
p { color: rgb(132,219,255); }
H1.HeaderClassName
{
color: #84DBFF;
}
.AnyTagClassName
{
color: #84DBFF;
}
</style>
background-color css
<style>
a { background-color: #84DBFF; }
a { background-color: rgb(132,219,255); }
div.DivClassName
{
background-color: #84DBFF;
}
.BgClassName
{
background-color: #84DBFF;
}
</style>
border-color css
<style>
span { border-color: #84DBFF; }
span { border-color: rgb(132,219,255); }
td.TdClassName
{
border-color: #84DBFF;
}
.TagClassName
{
border-color: #84DBFF;
}
</style>