Shades of Light Sky Blue #84BFF4
Tints of Light Sky Blue #84BFF4
RGB
CMYK
RGB Variations
Color information
#84BFF4 (or 0x84BFF4) is known color: Light Sky Blue. HEX triplet: 84, BF and F4. RGB value is (132,191,244). Sum of RGB (Red+Green+Blue) = 132+191+244=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #84BFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFF4 is #7B400B. Grayscale: #B3B3B3. Windows color (decimal): -8077324 or 16039812. OLE color: 16039812.
HSL color Cylindrical-coordinate representation of color #84BFF4: hue angle of 208.39º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84BFF4 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 191 | 244 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.04 |
| HSL | 208.39º | 0.84% | 0.74% | - |
| HSV(B) | 208.39º | 0.46% | 0.96% | - |
| XYZ | 44.48 | 48.7 | 92.64 | - |
| YUV | 179.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 244 | 0.46 | 0.22 | 0 | 0.04 | 208.39 | 0.84 | 0.74 |
| Hex | 84 | BF | F4 | 2E | 16 | 0 | 4 | D0 | 54 | 4A |
| Octal | 204 | 277 | 364 | 56 | 26 | 0 | 4 | 320 | 124 | 112 |
| Binary | 10000100 | 10111111 | 11110100 | 101110 | 10110 | 0 | 100 | 11010000 | 1010100 | 1001010 |
Color Harmonies of #84BFF4
Complementary color
Monochromatic Colors of #84BFF4
Black with #84BFF4
Text Example
Text Example
White with #84BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFF4; }
p { color: rgb(132,191,244); }
H1.HeaderClassName
{
color: #84BFF4;
}
.AnyTagClassName
{
color: #84BFF4;
}
</style>
background-color css
<style>
a { background-color: #84BFF4; }
a { background-color: rgb(132,191,244); }
div.DivClassName
{
background-color: #84BFF4;
}
.BgClassName
{
background-color: #84BFF4;
}
</style>
border-color css
<style>
span { border-color: #84BFF4; }
span { border-color: rgb(132,191,244); }
td.TdClassName
{
border-color: #84BFF4;
}
.TagClassName
{
border-color: #84BFF4;
}
</style>