Shades of Jordy Blue #7AACDE
Tints of Jordy Blue #7AACDE
RGB
CMYK
RGB Variations
Color information
#7AACDE (or 0x7AACDE) is known color: Jordy Blue. HEX triplet: 7A, AC and DE. RGB value is (122,172,222). Sum of RGB (Red+Green+Blue) = 122+172+222=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #7AACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACDE is #855321. Grayscale: #A2A2A2. Windows color (decimal): -8737570 or 14593146. OLE color: 14593146.
HSL color Cylindrical-coordinate representation of color #7AACDE: hue angle of 210º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AACDE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 172 | 222 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.13 |
| HSL | 210º | 0.6% | 0.67% | - |
| HSV(B) | 210º | 0.45% | 0.87% | - |
| XYZ | 35.96 | 38.92 | 74.72 | - |
| YUV | 162.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 222 | 0.45 | 0.23 | 0 | 0.13 | 210 | 0.6 | 0.67 |
| Hex | 7A | AC | DE | 2D | 17 | 0 | D | D2 | 3C | 43 |
| Octal | 172 | 254 | 336 | 55 | 27 | 0 | 15 | 322 | 74 | 103 |
| Binary | 1111010 | 10101100 | 11011110 | 101101 | 10111 | 0 | 1101 | 11010010 | 111100 | 1000011 |
Color Harmonies of #7AACDE
Complementary color
Monochromatic Colors of #7AACDE
Black with #7AACDE
Text Example
Text Example
White with #7AACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACDE; }
p { color: rgb(122,172,222); }
H1.HeaderClassName
{
color: #7AACDE;
}
.AnyTagClassName
{
color: #7AACDE;
}
</style>
background-color css
<style>
a { background-color: #7AACDE; }
a { background-color: rgb(122,172,222); }
div.DivClassName
{
background-color: #7AACDE;
}
.BgClassName
{
background-color: #7AACDE;
}
</style>
border-color css
<style>
span { border-color: #7AACDE; }
span { border-color: rgb(122,172,222); }
td.TdClassName
{
border-color: #7AACDE;
}
.TagClassName
{
border-color: #7AACDE;
}
</style>