Shades of Light Sky Blue #84BFF3
Tints of Light Sky Blue #84BFF3
RGB
CMYK
RGB Variations
Color information
#84BFF3 (or 0x84BFF3) is known color: Light Sky Blue. HEX triplet: 84, BF and F3. RGB value is (132,191,243). Sum of RGB (Red+Green+Blue) = 132+191+243=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #84BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BFF3 is #7B400C. Grayscale: #B3B3B3. Windows color (decimal): -8077325 or 15974276. OLE color: 15974276.
HSL color Cylindrical-coordinate representation of color #84BFF3: hue angle of 208.11º 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 #84BFF3 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 191 | 243 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.05 |
| HSL | 208.11º | 0.82% | 0.74% | - |
| HSV(B) | 208.11º | 0.46% | 0.95% | - |
| XYZ | 44.32 | 48.64 | 91.85 | - |
| YUV | 179.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 243 | 0.46 | 0.21 | 0 | 0.05 | 208.11 | 0.82 | 0.74 |
| Hex | 84 | BF | F3 | 2E | 15 | 0 | 5 | D0 | 52 | 4A |
| Octal | 204 | 277 | 363 | 56 | 25 | 0 | 5 | 320 | 122 | 112 |
| Binary | 10000100 | 10111111 | 11110011 | 101110 | 10101 | 0 | 101 | 11010000 | 1010010 | 1001010 |
Color Harmonies of #84BFF3
Complementary color
Monochromatic Colors of #84BFF3
Black with #84BFF3
Text Example
Text Example
White with #84BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFF3; }
p { color: rgb(132,191,243); }
H1.HeaderClassName
{
color: #84BFF3;
}
.AnyTagClassName
{
color: #84BFF3;
}
</style>
background-color css
<style>
a { background-color: #84BFF3; }
a { background-color: rgb(132,191,243); }
div.DivClassName
{
background-color: #84BFF3;
}
.BgClassName
{
background-color: #84BFF3;
}
</style>
border-color css
<style>
span { border-color: #84BFF3; }
span { border-color: rgb(132,191,243); }
td.TdClassName
{
border-color: #84BFF3;
}
.TagClassName
{
border-color: #84BFF3;
}
</style>