Shades of Light Sky Blue #84D2F8
Tints of Light Sky Blue #84D2F8
RGB
CMYK
RGB Variations
Color information
#84D2F8 (or 0x84D2F8) is known color: Light Sky Blue. HEX triplet: 84, D2 and F8. RGB value is (132,210,248). Sum of RGB (Red+Green+Blue) = 132+210+248=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #84D2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D2F8 is #7B2D07. Grayscale: #BEBEBE. Windows color (decimal): -8072456 or 16306820. OLE color: 16306820.
HSL color Cylindrical-coordinate representation of color #84D2F8: hue angle of 199.66º 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 #84D2F8 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 210 | 248 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.03 |
| HSL | 199.66º | 0.89% | 0.75% | - |
| HSV(B) | 199.66º | 0.47% | 0.97% | - |
| XYZ | 49.51 | 57.78 | 97.35 | - |
| YUV | 191.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 248 | 0.47 | 0.15 | 0 | 0.03 | 199.66 | 0.89 | 0.75 |
| Hex | 84 | D2 | F8 | 2F | F | 0 | 3 | C8 | 59 | 4B |
| Octal | 204 | 322 | 370 | 57 | 17 | 0 | 3 | 310 | 131 | 113 |
| Binary | 10000100 | 11010010 | 11111000 | 101111 | 1111 | 0 | 11 | 11001000 | 1011001 | 1001011 |
Color Harmonies of #84D2F8
Complementary color
Monochromatic Colors of #84D2F8
Black with #84D2F8
Text Example
Text Example
White with #84D2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D2F8; }
p { color: rgb(132,210,248); }
H1.HeaderClassName
{
color: #84D2F8;
}
.AnyTagClassName
{
color: #84D2F8;
}
</style>
background-color css
<style>
a { background-color: #84D2F8; }
a { background-color: rgb(132,210,248); }
div.DivClassName
{
background-color: #84D2F8;
}
.BgClassName
{
background-color: #84D2F8;
}
</style>
border-color css
<style>
span { border-color: #84D2F8; }
span { border-color: rgb(132,210,248); }
td.TdClassName
{
border-color: #84D2F8;
}
.TagClassName
{
border-color: #84D2F8;
}
</style>