Shades of Jordy Blue #7AACFB
Tints of Jordy Blue #7AACFB
RGB
CMYK
RGB Variations
Color information
#7AACFB (or 0x7AACFB) is known color: Jordy Blue. HEX triplet: 7A, AC and FB. RGB value is (122,172,251). Sum of RGB (Red+Green+Blue) = 122+172+251=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #7AACFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AACFB is #855304. Grayscale: #A5A5A5. Windows color (decimal): -8737541 or 16493690. OLE color: 16493690.
HSL color Cylindrical-coordinate representation of color #7AACFB: hue angle of 216.74º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AACFB is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 172 | 251 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.02 |
| HSL | 216.74º | 0.94% | 0.73% | - |
| HSV(B) | 216.74º | 0.51% | 0.98% | - |
| XYZ | 40.19 | 40.61 | 96.99 | - |
| YUV | 166.06 | 175.94 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 251 | 0.51 | 0.31 | 0 | 0.02 | 216.74 | 0.94 | 0.73 |
| Hex | 7A | AC | FB | 33 | 1F | 0 | 2 | D9 | 5E | 49 |
| Octal | 172 | 254 | 373 | 63 | 37 | 0 | 2 | 331 | 136 | 111 |
| Binary | 1111010 | 10101100 | 11111011 | 110011 | 11111 | 0 | 10 | 11011001 | 1011110 | 1001001 |
Color Harmonies of #7AACFB
Complementary color
Monochromatic Colors of #7AACFB
Black with #7AACFB
Text Example
Text Example
White with #7AACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACFB; }
p { color: rgb(122,172,251); }
H1.HeaderClassName
{
color: #7AACFB;
}
.AnyTagClassName
{
color: #7AACFB;
}
</style>
background-color css
<style>
a { background-color: #7AACFB; }
a { background-color: rgb(122,172,251); }
div.DivClassName
{
background-color: #7AACFB;
}
.BgClassName
{
background-color: #7AACFB;
}
</style>
border-color css
<style>
span { border-color: #7AACFB; }
span { border-color: rgb(122,172,251); }
td.TdClassName
{
border-color: #7AACFB;
}
.TagClassName
{
border-color: #7AACFB;
}
</style>