Shades of Jordy Blue #84B2F3
Tints of Jordy Blue #84B2F3
RGB
CMYK
RGB Variations
Color information
#84B2F3 (or 0x84B2F3) is known color: Jordy Blue. HEX triplet: 84, B2 and F3. RGB value is (132,178,243). Sum of RGB (Red+Green+Blue) = 132+178+243=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #84B2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B2F3 is #7B4D0C. Grayscale: #ABABAB. Windows color (decimal): -8080653 or 15970948. OLE color: 15970948.
HSL color Cylindrical-coordinate representation of color #84B2F3: hue angle of 215.14º 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 #84B2F3 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 178 | 243 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.05 |
| HSL | 215.14º | 0.82% | 0.74% | - |
| HSV(B) | 215.14º | 0.46% | 0.95% | - |
| XYZ | 41.61 | 43.22 | 90.94 | - |
| YUV | 171.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 243 | 0.46 | 0.27 | 0 | 0.05 | 215.14 | 0.82 | 0.74 |
| Hex | 84 | B2 | F3 | 2E | 1B | 0 | 5 | D7 | 52 | 4A |
| Octal | 204 | 262 | 363 | 56 | 33 | 0 | 5 | 327 | 122 | 112 |
| Binary | 10000100 | 10110010 | 11110011 | 101110 | 11011 | 0 | 101 | 11010111 | 1010010 | 1001010 |
Color Harmonies of #84B2F3
Complementary color
Monochromatic Colors of #84B2F3
Black with #84B2F3
Text Example
Text Example
White with #84B2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B2F3; }
p { color: rgb(132,178,243); }
H1.HeaderClassName
{
color: #84B2F3;
}
.AnyTagClassName
{
color: #84B2F3;
}
</style>
background-color css
<style>
a { background-color: #84B2F3; }
a { background-color: rgb(132,178,243); }
div.DivClassName
{
background-color: #84B2F3;
}
.BgClassName
{
background-color: #84B2F3;
}
</style>
border-color css
<style>
span { border-color: #84B2F3; }
span { border-color: rgb(132,178,243); }
td.TdClassName
{
border-color: #84B2F3;
}
.TagClassName
{
border-color: #84B2F3;
}
</style>