Shades of Light Sky Blue #84BFF8
Tints of Light Sky Blue #84BFF8
RGB
CMYK
RGB Variations
Color information
#84BFF8 (or 0x84BFF8) is known color: Light Sky Blue. HEX triplet: 84, BF and F8. RGB value is (132,191,248). Sum of RGB (Red+Green+Blue) = 132+191+248=571 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.12% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #84BFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFF8 is #7B4007. Grayscale: #B3B3B3. Windows color (decimal): -8077320 or 16301956. OLE color: 16301956.
HSL color Cylindrical-coordinate representation of color #84BFF8: hue angle of 209.48º 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 #84BFF8 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 191 | 248 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.03 |
| HSL | 209.48º | 0.89% | 0.75% | - |
| HSV(B) | 209.48º | 0.47% | 0.97% | - |
| XYZ | 45.09 | 48.94 | 95.88 | - |
| YUV | 179.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 248 | 0.47 | 0.23 | 0 | 0.03 | 209.48 | 0.89 | 0.75 |
| Hex | 84 | BF | F8 | 2F | 17 | 0 | 3 | D1 | 59 | 4B |
| Octal | 204 | 277 | 370 | 57 | 27 | 0 | 3 | 321 | 131 | 113 |
| Binary | 10000100 | 10111111 | 11111000 | 101111 | 10111 | 0 | 11 | 11010001 | 1011001 | 1001011 |
Color Harmonies of #84BFF8
Complementary color
Monochromatic Colors of #84BFF8
Black with #84BFF8
Text Example
Text Example
White with #84BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFF8; }
p { color: rgb(132,191,248); }
H1.HeaderClassName
{
color: #84BFF8;
}
.AnyTagClassName
{
color: #84BFF8;
}
</style>
background-color css
<style>
a { background-color: #84BFF8; }
a { background-color: rgb(132,191,248); }
div.DivClassName
{
background-color: #84BFF8;
}
.BgClassName
{
background-color: #84BFF8;
}
</style>
border-color css
<style>
span { border-color: #84BFF8; }
span { border-color: rgb(132,191,248); }
td.TdClassName
{
border-color: #84BFF8;
}
.TagClassName
{
border-color: #84BFF8;
}
</style>