Shades of Jordy Blue #84A8DD
Tints of Jordy Blue #84A8DD
RGB
CMYK
RGB Variations
Color information
#84A8DD (or 0x84A8DD) is known color: Jordy Blue. HEX triplet: 84, A8 and DD. RGB value is (132,168,221). Sum of RGB (Red+Green+Blue) = 132+168+221=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #84A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8DD is #7B5722. Grayscale: #A3A3A3. Windows color (decimal): -8083235 or 14526596. OLE color: 14526596.
HSL color Cylindrical-coordinate representation of color #84A8DD: hue angle of 215.73º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A8DD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 168 | 221 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.13 |
| HSL | 215.73º | 0.57% | 0.69% | - |
| HSV(B) | 215.73º | 0.4% | 0.87% | - |
| XYZ | 36.57 | 38.13 | 73.84 | - |
| YUV | 163.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 221 | 0.40 | 0.24 | 0 | 0.13 | 215.73 | 0.57 | 0.69 |
| Hex | 84 | A8 | DD | 28 | 18 | 0 | D | D8 | 39 | 45 |
| Octal | 204 | 250 | 335 | 50 | 30 | 0 | 15 | 330 | 71 | 105 |
| Binary | 10000100 | 10101000 | 11011101 | 101000 | 11000 | 0 | 1101 | 11011000 | 111001 | 1000101 |
Color Harmonies of #84A8DD
Complementary color
Monochromatic Colors of #84A8DD
Black with #84A8DD
Text Example
Text Example
White with #84A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8DD; }
p { color: rgb(132,168,221); }
H1.HeaderClassName
{
color: #84A8DD;
}
.AnyTagClassName
{
color: #84A8DD;
}
</style>
background-color css
<style>
a { background-color: #84A8DD; }
a { background-color: rgb(132,168,221); }
div.DivClassName
{
background-color: #84A8DD;
}
.BgClassName
{
background-color: #84A8DD;
}
</style>
border-color css
<style>
span { border-color: #84A8DD; }
span { border-color: rgb(132,168,221); }
td.TdClassName
{
border-color: #84A8DD;
}
.TagClassName
{
border-color: #84A8DD;
}
</style>