Shades of Jordy Blue #7AB1DD
Tints of Jordy Blue #7AB1DD
RGB
CMYK
RGB Variations
Color information
#7AB1DD (or 0x7AB1DD) is known color: Jordy Blue. HEX triplet: 7A, B1 and DD. RGB value is (122,177,221). Sum of RGB (Red+Green+Blue) = 122+177+221=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AB1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB1DD is #854E22. Grayscale: #A5A5A5. Windows color (decimal): -8736291 or 14528890. OLE color: 14528890.
HSL color Cylindrical-coordinate representation of color #7AB1DD: hue angle of 206.67º degrees, saturation: 0.59, 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 #7AB1DD is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 177 | 221 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.13 |
| HSL | 206.67º | 0.59% | 0.67% | - |
| HSV(B) | 206.67º | 0.45% | 0.87% | - |
| XYZ | 36.8 | 40.8 | 74.34 | - |
| YUV | 165.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 221 | 0.45 | 0.20 | 0 | 0.13 | 206.67 | 0.59 | 0.67 |
| Hex | 7A | B1 | DD | 2D | 14 | 0 | D | CF | 3B | 43 |
| Octal | 172 | 261 | 335 | 55 | 24 | 0 | 15 | 317 | 73 | 103 |
| Binary | 1111010 | 10110001 | 11011101 | 101101 | 10100 | 0 | 1101 | 11001111 | 111011 | 1000011 |
Color Harmonies of #7AB1DD
Complementary color
Monochromatic Colors of #7AB1DD
Black with #7AB1DD
Text Example
Text Example
White with #7AB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB1DD; }
p { color: rgb(122,177,221); }
H1.HeaderClassName
{
color: #7AB1DD;
}
.AnyTagClassName
{
color: #7AB1DD;
}
</style>
background-color css
<style>
a { background-color: #7AB1DD; }
a { background-color: rgb(122,177,221); }
div.DivClassName
{
background-color: #7AB1DD;
}
.BgClassName
{
background-color: #7AB1DD;
}
</style>
border-color css
<style>
span { border-color: #7AB1DD; }
span { border-color: rgb(122,177,221); }
td.TdClassName
{
border-color: #7AB1DD;
}
.TagClassName
{
border-color: #7AB1DD;
}
</style>