Shades of Light Sky Blue #84BEF3
Tints of Light Sky Blue #84BEF3
RGB
CMYK
RGB Variations
Color information
#84BEF3 (or 0x84BEF3) is known color: Light Sky Blue. HEX triplet: 84, BE and F3. RGB value is (132,190,243). Sum of RGB (Red+Green+Blue) = 132+190+243=565 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.36% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #84BEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BEF3 is #7B410C. Grayscale: #B2B2B2. Windows color (decimal): -8077581 or 15974020. OLE color: 15974020.
HSL color Cylindrical-coordinate representation of color #84BEF3: hue angle of 208.65º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84BEF3 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 190 | 243 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.05 |
| HSL | 208.65º | 0.82% | 0.74% | - |
| HSV(B) | 208.65º | 0.46% | 0.95% | - |
| XYZ | 44.11 | 48.2 | 91.77 | - |
| YUV | 178.7 | 164.28 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 243 | 0.46 | 0.22 | 0 | 0.05 | 208.65 | 0.82 | 0.74 |
| Hex | 84 | BE | F3 | 2E | 16 | 0 | 5 | D1 | 52 | 4A |
| Octal | 204 | 276 | 363 | 56 | 26 | 0 | 5 | 321 | 122 | 112 |
| Binary | 10000100 | 10111110 | 11110011 | 101110 | 10110 | 0 | 101 | 11010001 | 1010010 | 1001010 |
Color Harmonies of #84BEF3
Complementary color
Monochromatic Colors of #84BEF3
Black with #84BEF3
Text Example
Text Example
White with #84BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEF3; }
p { color: rgb(132,190,243); }
H1.HeaderClassName
{
color: #84BEF3;
}
.AnyTagClassName
{
color: #84BEF3;
}
</style>
background-color css
<style>
a { background-color: #84BEF3; }
a { background-color: rgb(132,190,243); }
div.DivClassName
{
background-color: #84BEF3;
}
.BgClassName
{
background-color: #84BEF3;
}
</style>
border-color css
<style>
span { border-color: #84BEF3; }
span { border-color: rgb(132,190,243); }
td.TdClassName
{
border-color: #84BEF3;
}
.TagClassName
{
border-color: #84BEF3;
}
</style>