Shades of Jordy Blue #84A8FD
Tints of Jordy Blue #84A8FD
RGB
CMYK
RGB Variations
Color information
#84A8FD (or 0x84A8FD) is known color: Jordy Blue. HEX triplet: 84, A8 and FD. RGB value is (132,168,253). Sum of RGB (Red+Green+Blue) = 132+168+253=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #84A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A8FD is #7B5702. Grayscale: #A6A6A6. Windows color (decimal): -8083203 or 16623748. OLE color: 16623748.
HSL color Cylindrical-coordinate representation of color #84A8FD: hue angle of 222.15º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A8FD is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 168 | 253 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.01 |
| HSL | 222.15º | 0.97% | 0.75% | - |
| HSV(B) | 222.15º | 0.48% | 0.99% | - |
| XYZ | 41.25 | 40 | 98.48 | - |
| YUV | 166.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 253 | 0.48 | 0.34 | 0 | 0.01 | 222.15 | 0.97 | 0.75 |
| Hex | 84 | A8 | FD | 30 | 22 | 0 | 1 | DE | 61 | 4B |
| Octal | 204 | 250 | 375 | 60 | 42 | 0 | 1 | 336 | 141 | 113 |
| Binary | 10000100 | 10101000 | 11111101 | 110000 | 100010 | 0 | 1 | 11011110 | 1100001 | 1001011 |
Color Harmonies of #84A8FD
Complementary color
Monochromatic Colors of #84A8FD
Black with #84A8FD
Text Example
Text Example
White with #84A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8FD; }
p { color: rgb(132,168,253); }
H1.HeaderClassName
{
color: #84A8FD;
}
.AnyTagClassName
{
color: #84A8FD;
}
</style>
background-color css
<style>
a { background-color: #84A8FD; }
a { background-color: rgb(132,168,253); }
div.DivClassName
{
background-color: #84A8FD;
}
.BgClassName
{
background-color: #84A8FD;
}
</style>
border-color css
<style>
span { border-color: #84A8FD; }
span { border-color: rgb(132,168,253); }
td.TdClassName
{
border-color: #84A8FD;
}
.TagClassName
{
border-color: #84A8FD;
}
</style>