Shades of Jordy Blue #7AB0DF
Tints of Jordy Blue #7AB0DF
RGB
CMYK
RGB Variations
Color information
#7AB0DF (or 0x7AB0DF) is known color: Jordy Blue. HEX triplet: 7A, B0 and DF. RGB value is (122,176,223). Sum of RGB (Red+Green+Blue) = 122+176+223=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0DF is #854F20. Grayscale: #A4A4A4. Windows color (decimal): -8736545 or 14659706. OLE color: 14659706.
HSL color Cylindrical-coordinate representation of color #7AB0DF: hue angle of 207.92º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB0DF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 176 | 223 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.13 |
| HSL | 207.92º | 0.61% | 0.68% | - |
| HSV(B) | 207.92º | 0.45% | 0.87% | - |
| XYZ | 36.87 | 40.52 | 75.69 | - |
| YUV | 165.21 | 160.61 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 223 | 0.45 | 0.21 | 0 | 0.13 | 207.92 | 0.61 | 0.68 |
| Hex | 7A | B0 | DF | 2D | 15 | 0 | D | D0 | 3D | 44 |
| Octal | 172 | 260 | 337 | 55 | 25 | 0 | 15 | 320 | 75 | 104 |
| Binary | 1111010 | 10110000 | 11011111 | 101101 | 10101 | 0 | 1101 | 11010000 | 111101 | 1000100 |
Color Harmonies of #7AB0DF
Complementary color
Monochromatic Colors of #7AB0DF
Black with #7AB0DF
Text Example
Text Example
White with #7AB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB0DF; }
p { color: rgb(122,176,223); }
H1.HeaderClassName
{
color: #7AB0DF;
}
.AnyTagClassName
{
color: #7AB0DF;
}
</style>
background-color css
<style>
a { background-color: #7AB0DF; }
a { background-color: rgb(122,176,223); }
div.DivClassName
{
background-color: #7AB0DF;
}
.BgClassName
{
background-color: #7AB0DF;
}
</style>
border-color css
<style>
span { border-color: #7AB0DF; }
span { border-color: rgb(122,176,223); }
td.TdClassName
{
border-color: #7AB0DF;
}
.TagClassName
{
border-color: #7AB0DF;
}
</style>