Shades of Light Sky Blue #84DFFF
Tints of Light Sky Blue #84DFFF
RGB
CMYK
RGB Variations
Color information
#84DFFF (or 0x84DFFF) is known color: Light Sky Blue. HEX triplet: 84, DF and FF. RGB value is (132,223,255). Sum of RGB (Red+Green+Blue) = 132+223+255=610 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.64% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #84DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DFFF is #7B2000. Grayscale: #C7C7C7. Windows color (decimal): -8069121 or 16768900. OLE color: 16768900.
HSL color Cylindrical-coordinate representation of color #84DFFF: hue angle of 195.61º 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 #84DFFF is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 223 | 255 | - |
| CMYK | 0.48 | 0.13 | 0 | 0 |
| HSL | 195.61º | 1% | 0.76% | - |
| HSV(B) | 195.61º | 0.48% | 1% | - |
| XYZ | 53.95 | 64.9 | 104.29 | - |
| YUV | 199.44 | 159.35 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 255 | 0.48 | 0.13 | 0 | 0 | 195.61 | 1 | 0.76 |
| Hex | 84 | DF | FF | 30 | D | 0 | 0 | C4 | 64 | 4C |
| Octal | 204 | 337 | 377 | 60 | 15 | 0 | 0 | 304 | 144 | 114 |
| Binary | 10000100 | 11011111 | 11111111 | 110000 | 1101 | 0 | 0 | 11000100 | 1100100 | 1001100 |
Color Harmonies of #84DFFF
Complementary color
Monochromatic Colors of #84DFFF
Black with #84DFFF
Text Example
Text Example
White with #84DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFFF; }
p { color: rgb(132,223,255); }
H1.HeaderClassName
{
color: #84DFFF;
}
.AnyTagClassName
{
color: #84DFFF;
}
</style>
background-color css
<style>
a { background-color: #84DFFF; }
a { background-color: rgb(132,223,255); }
div.DivClassName
{
background-color: #84DFFF;
}
.BgClassName
{
background-color: #84DFFF;
}
</style>
border-color css
<style>
span { border-color: #84DFFF; }
span { border-color: rgb(132,223,255); }
td.TdClassName
{
border-color: #84DFFF;
}
.TagClassName
{
border-color: #84DFFF;
}
</style>