Shades of Light Sky Blue #84BFF2
Tints of Light Sky Blue #84BFF2
RGB
CMYK
RGB Variations
Color information
#84BFF2 (or 0x84BFF2) is known color: Light Sky Blue. HEX triplet: 84, BF and F2. RGB value is (132,191,242). Sum of RGB (Red+Green+Blue) = 132+191+242=565 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.36% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #84BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFF2 is #7B400D. Grayscale: #B2B2B2. Windows color (decimal): -8077326 or 15908740. OLE color: 15908740.
HSL color Cylindrical-coordinate representation of color #84BFF2: hue angle of 207.82º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BFF2 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 191 | 242 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.05 |
| HSL | 207.82º | 0.81% | 0.73% | - |
| HSV(B) | 207.82º | 0.45% | 0.95% | - |
| XYZ | 44.17 | 48.58 | 91.05 | - |
| YUV | 179.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 242 | 0.45 | 0.21 | 0 | 0.05 | 207.82 | 0.81 | 0.73 |
| Hex | 84 | BF | F2 | 2D | 15 | 0 | 5 | D0 | 51 | 49 |
| Octal | 204 | 277 | 362 | 55 | 25 | 0 | 5 | 320 | 121 | 111 |
| Binary | 10000100 | 10111111 | 11110010 | 101101 | 10101 | 0 | 101 | 11010000 | 1010001 | 1001001 |
Color Harmonies of #84BFF2
Complementary color
Monochromatic Colors of #84BFF2
Black with #84BFF2
Text Example
Text Example
White with #84BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFF2; }
p { color: rgb(132,191,242); }
H1.HeaderClassName
{
color: #84BFF2;
}
.AnyTagClassName
{
color: #84BFF2;
}
</style>
background-color css
<style>
a { background-color: #84BFF2; }
a { background-color: rgb(132,191,242); }
div.DivClassName
{
background-color: #84BFF2;
}
.BgClassName
{
background-color: #84BFF2;
}
</style>
border-color css
<style>
span { border-color: #84BFF2; }
span { border-color: rgb(132,191,242); }
td.TdClassName
{
border-color: #84BFF2;
}
.TagClassName
{
border-color: #84BFF2;
}
</style>