Shades of Jordy Blue #84A9F3
Tints of Jordy Blue #84A9F3
RGB
CMYK
RGB Variations
Color information
#84A9F3 (or 0x84A9F3) is known color: Jordy Blue. HEX triplet: 84, A9 and F3. RGB value is (132,169,243). Sum of RGB (Red+Green+Blue) = 132+169+243=544 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.26% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #84A9F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A9F3 is #7B560C. Grayscale: #A6A6A6. Windows color (decimal): -8082957 or 15968644. OLE color: 15968644.
HSL color Cylindrical-coordinate representation of color #84A9F3: hue angle of 220º 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 #84A9F3 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 169 | 243 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.05 |
| HSL | 220º | 0.82% | 0.74% | - |
| HSV(B) | 220º | 0.46% | 0.95% | - |
| XYZ | 39.88 | 39.75 | 90.37 | - |
| YUV | 166.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 243 | 0.46 | 0.30 | 0 | 0.05 | 220 | 0.82 | 0.74 |
| Hex | 84 | A9 | F3 | 2E | 1E | 0 | 5 | DC | 52 | 4A |
| Octal | 204 | 251 | 363 | 56 | 36 | 0 | 5 | 334 | 122 | 112 |
| Binary | 10000100 | 10101001 | 11110011 | 101110 | 11110 | 0 | 101 | 11011100 | 1010010 | 1001010 |
Color Harmonies of #84A9F3
Complementary color
Monochromatic Colors of #84A9F3
Black with #84A9F3
Text Example
Text Example
White with #84A9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A9F3; }
p { color: rgb(132,169,243); }
H1.HeaderClassName
{
color: #84A9F3;
}
.AnyTagClassName
{
color: #84A9F3;
}
</style>
background-color css
<style>
a { background-color: #84A9F3; }
a { background-color: rgb(132,169,243); }
div.DivClassName
{
background-color: #84A9F3;
}
.BgClassName
{
background-color: #84A9F3;
}
</style>
border-color css
<style>
span { border-color: #84A9F3; }
span { border-color: rgb(132,169,243); }
td.TdClassName
{
border-color: #84A9F3;
}
.TagClassName
{
border-color: #84A9F3;
}
</style>