Shades of Jordy Blue #7AACEB
Tints of Jordy Blue #7AACEB
RGB
CMYK
RGB Variations
Color information
#7AACEB (or 0x7AACEB) is known color: Jordy Blue. HEX triplet: 7A, AC and EB. RGB value is (122,172,235). Sum of RGB (Red+Green+Blue) = 122+172+235=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #7AACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AACEB is #855314. Grayscale: #A3A3A3. Windows color (decimal): -8737557 or 15445114. OLE color: 15445114.
HSL color Cylindrical-coordinate representation of color #7AACEB: hue angle of 213.45º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AACEB is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 172 | 235 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.08 |
| HSL | 213.45º | 0.74% | 0.7% | - |
| HSV(B) | 213.45º | 0.48% | 0.92% | - |
| XYZ | 37.77 | 39.64 | 84.26 | - |
| YUV | 164.23 | 167.94 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 235 | 0.48 | 0.27 | 0 | 0.08 | 213.45 | 0.74 | 0.7 |
| Hex | 7A | AC | EB | 30 | 1B | 0 | 8 | D5 | 4A | 46 |
| Octal | 172 | 254 | 353 | 60 | 33 | 0 | 10 | 325 | 112 | 106 |
| Binary | 1111010 | 10101100 | 11101011 | 110000 | 11011 | 0 | 1000 | 11010101 | 1001010 | 1000110 |
Color Harmonies of #7AACEB
Complementary color
Monochromatic Colors of #7AACEB
Black with #7AACEB
Text Example
Text Example
White with #7AACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACEB; }
p { color: rgb(122,172,235); }
H1.HeaderClassName
{
color: #7AACEB;
}
.AnyTagClassName
{
color: #7AACEB;
}
</style>
background-color css
<style>
a { background-color: #7AACEB; }
a { background-color: rgb(122,172,235); }
div.DivClassName
{
background-color: #7AACEB;
}
.BgClassName
{
background-color: #7AACEB;
}
</style>
border-color css
<style>
span { border-color: #7AACEB; }
span { border-color: rgb(122,172,235); }
td.TdClassName
{
border-color: #7AACEB;
}
.TagClassName
{
border-color: #7AACEB;
}
</style>