Shades of Jordy Blue #84A8DF
Tints of Jordy Blue #84A8DF
RGB
CMYK
RGB Variations
Color information
#84A8DF (or 0x84A8DF) is known color: Jordy Blue. HEX triplet: 84, A8 and DF. RGB value is (132,168,223). Sum of RGB (Red+Green+Blue) = 132+168+223=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #84A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8DF is #7B5720. Grayscale: #A3A3A3. Windows color (decimal): -8083233 or 14657668. OLE color: 14657668.
HSL color Cylindrical-coordinate representation of color #84A8DF: hue angle of 216.26º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84A8DF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 168 | 223 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.13 |
| HSL | 216.26º | 0.59% | 0.7% | - |
| HSV(B) | 216.26º | 0.41% | 0.87% | - |
| XYZ | 36.84 | 38.24 | 75.25 | - |
| YUV | 163.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 223 | 0.41 | 0.25 | 0 | 0.13 | 216.26 | 0.59 | 0.7 |
| Hex | 84 | A8 | DF | 29 | 19 | 0 | D | D8 | 3B | 46 |
| Octal | 204 | 250 | 337 | 51 | 31 | 0 | 15 | 330 | 73 | 106 |
| Binary | 10000100 | 10101000 | 11011111 | 101001 | 11001 | 0 | 1101 | 11011000 | 111011 | 1000110 |
Color Harmonies of #84A8DF
Complementary color
Monochromatic Colors of #84A8DF
Black with #84A8DF
Text Example
Text Example
White with #84A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8DF; }
p { color: rgb(132,168,223); }
H1.HeaderClassName
{
color: #84A8DF;
}
.AnyTagClassName
{
color: #84A8DF;
}
</style>
background-color css
<style>
a { background-color: #84A8DF; }
a { background-color: rgb(132,168,223); }
div.DivClassName
{
background-color: #84A8DF;
}
.BgClassName
{
background-color: #84A8DF;
}
</style>
border-color css
<style>
span { border-color: #84A8DF; }
span { border-color: rgb(132,168,223); }
td.TdClassName
{
border-color: #84A8DF;
}
.TagClassName
{
border-color: #84A8DF;
}
</style>