Shades of Jordy Blue #84A8FF
Tints of Jordy Blue #84A8FF
RGB
CMYK
RGB Variations
Color information
#84A8FF (or 0x84A8FF) is known color: Jordy Blue. HEX triplet: 84, A8 and FF. RGB value is (132,168,255). Sum of RGB (Red+Green+Blue) = 132+168+255=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #84A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A8FF is #7B5700. Grayscale: #A6A6A6. Windows color (decimal): -8083201 or 16754820. OLE color: 16754820.
HSL color Cylindrical-coordinate representation of color #84A8FF: hue angle of 222.44º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A8FF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 168 | 255 | - |
| CMYK | 0.48 | 0.34 | 0 | 0 |
| HSL | 222.44º | 1% | 0.76% | - |
| HSV(B) | 222.44º | 0.48% | 1% | - |
| XYZ | 41.57 | 40.13 | 100.16 | - |
| YUV | 167.15 | 177.57 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 255 | 0.48 | 0.34 | 0 | 0 | 222.44 | 1 | 0.76 |
| Hex | 84 | A8 | FF | 30 | 22 | 0 | 0 | DE | 64 | 4C |
| Octal | 204 | 250 | 377 | 60 | 42 | 0 | 0 | 336 | 144 | 114 |
| Binary | 10000100 | 10101000 | 11111111 | 110000 | 100010 | 0 | 0 | 11011110 | 1100100 | 1001100 |
Color Harmonies of #84A8FF
Complementary color
Monochromatic Colors of #84A8FF
Black with #84A8FF
Text Example
Text Example
White with #84A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8FF; }
p { color: rgb(132,168,255); }
H1.HeaderClassName
{
color: #84A8FF;
}
.AnyTagClassName
{
color: #84A8FF;
}
</style>
background-color css
<style>
a { background-color: #84A8FF; }
a { background-color: rgb(132,168,255); }
div.DivClassName
{
background-color: #84A8FF;
}
.BgClassName
{
background-color: #84A8FF;
}
</style>
border-color css
<style>
span { border-color: #84A8FF; }
span { border-color: rgb(132,168,255); }
td.TdClassName
{
border-color: #84A8FF;
}
.TagClassName
{
border-color: #84A8FF;
}
</style>