Shades of Light Sky Blue #84DDF8
Tints of Light Sky Blue #84DDF8
RGB
CMYK
RGB Variations
Color information
#84DDF8 (or 0x84DDF8) is known color: Light Sky Blue. HEX triplet: 84, DD and F8. RGB value is (132,221,248). Sum of RGB (Red+Green+Blue) = 132+221+248=601 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.96% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #84DDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DDF8 is #7B2207. Grayscale: #C5C5C5. Windows color (decimal): -8069640 or 16309636. OLE color: 16309636.
HSL color Cylindrical-coordinate representation of color #84DDF8: hue angle of 193.97º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84DDF8 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 221 | 248 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.03 |
| HSL | 193.97º | 0.89% | 0.75% | - |
| HSV(B) | 193.97º | 0.47% | 0.97% | - |
| XYZ | 52.32 | 63.4 | 98.29 | - |
| YUV | 197.47 | 156.51 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 248 | 0.47 | 0.11 | 0 | 0.03 | 193.97 | 0.89 | 0.75 |
| Hex | 84 | DD | F8 | 2F | B | 0 | 3 | C2 | 59 | 4B |
| Octal | 204 | 335 | 370 | 57 | 13 | 0 | 3 | 302 | 131 | 113 |
| Binary | 10000100 | 11011101 | 11111000 | 101111 | 1011 | 0 | 11 | 11000010 | 1011001 | 1001011 |
Color Harmonies of #84DDF8
Complementary color
Monochromatic Colors of #84DDF8
Black with #84DDF8
Text Example
Text Example
White with #84DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDF8; }
p { color: rgb(132,221,248); }
H1.HeaderClassName
{
color: #84DDF8;
}
.AnyTagClassName
{
color: #84DDF8;
}
</style>
background-color css
<style>
a { background-color: #84DDF8; }
a { background-color: rgb(132,221,248); }
div.DivClassName
{
background-color: #84DDF8;
}
.BgClassName
{
background-color: #84DDF8;
}
</style>
border-color css
<style>
span { border-color: #84DDF8; }
span { border-color: rgb(132,221,248); }
td.TdClassName
{
border-color: #84DDF8;
}
.TagClassName
{
border-color: #84DDF8;
}
</style>