Shades of Light Sky Blue #84DFFC
Tints of Light Sky Blue #84DFFC
RGB
CMYK
RGB Variations
Color information
#84DFFC (or 0x84DFFC) is known color: Light Sky Blue. HEX triplet: 84, DF and FC. RGB value is (132,223,252). Sum of RGB (Red+Green+Blue) = 132+223+252=607 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.75% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #84DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DFFC is #7B2003. Grayscale: #C6C6C6. Windows color (decimal): -8069124 or 16572292. OLE color: 16572292.
HSL color Cylindrical-coordinate representation of color #84DFFC: hue angle of 194.5º degrees, saturation: 0.95, 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 #84DFFC is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 223 | 252 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.01 |
| HSL | 194.5º | 0.95% | 0.75% | - |
| HSV(B) | 194.5º | 0.48% | 0.99% | - |
| XYZ | 53.47 | 64.71 | 101.77 | - |
| YUV | 199.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 252 | 0.48 | 0.12 | 0 | 0.01 | 194.5 | 0.95 | 0.75 |
| Hex | 84 | DF | FC | 30 | C | 0 | 1 | C2 | 5F | 4B |
| Octal | 204 | 337 | 374 | 60 | 14 | 0 | 1 | 302 | 137 | 113 |
| Binary | 10000100 | 11011111 | 11111100 | 110000 | 1100 | 0 | 1 | 11000010 | 1011111 | 1001011 |
Color Harmonies of #84DFFC
Complementary color
Monochromatic Colors of #84DFFC
Black with #84DFFC
Text Example
Text Example
White with #84DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFFC; }
p { color: rgb(132,223,252); }
H1.HeaderClassName
{
color: #84DFFC;
}
.AnyTagClassName
{
color: #84DFFC;
}
</style>
background-color css
<style>
a { background-color: #84DFFC; }
a { background-color: rgb(132,223,252); }
div.DivClassName
{
background-color: #84DFFC;
}
.BgClassName
{
background-color: #84DFFC;
}
</style>
border-color css
<style>
span { border-color: #84DFFC; }
span { border-color: rgb(132,223,252); }
td.TdClassName
{
border-color: #84DFFC;
}
.TagClassName
{
border-color: #84DFFC;
}
</style>