Shades of Jordy Blue #7AB4DC
Tints of Jordy Blue #7AB4DC
RGB
CMYK
RGB Variations
Color information
#7AB4DC (or 0x7AB4DC) is known color: Jordy Blue. HEX triplet: 7A, B4 and DC. RGB value is (122,180,220). Sum of RGB (Red+Green+Blue) = 122+180+220=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AB4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB4DC is #854B23. Grayscale: #A6A6A6. Windows color (decimal): -8735524 or 14464122. OLE color: 14464122.
HSL color Cylindrical-coordinate representation of color #7AB4DC: hue angle of 204.49º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB4DC is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 180 | 220 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.14 |
| HSL | 204.49º | 0.58% | 0.67% | - |
| HSV(B) | 204.49º | 0.45% | 0.86% | - |
| XYZ | 37.27 | 41.95 | 73.84 | - |
| YUV | 167.22 | 157.78 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 220 | 0.45 | 0.18 | 0 | 0.14 | 204.49 | 0.58 | 0.67 |
| Hex | 7A | B4 | DC | 2D | 12 | 0 | E | CC | 3A | 43 |
| Octal | 172 | 264 | 334 | 55 | 22 | 0 | 16 | 314 | 72 | 103 |
| Binary | 1111010 | 10110100 | 11011100 | 101101 | 10010 | 0 | 1110 | 11001100 | 111010 | 1000011 |
Color Harmonies of #7AB4DC
Complementary color
Monochromatic Colors of #7AB4DC
Black with #7AB4DC
Text Example
Text Example
White with #7AB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB4DC; }
p { color: rgb(122,180,220); }
H1.HeaderClassName
{
color: #7AB4DC;
}
.AnyTagClassName
{
color: #7AB4DC;
}
</style>
background-color css
<style>
a { background-color: #7AB4DC; }
a { background-color: rgb(122,180,220); }
div.DivClassName
{
background-color: #7AB4DC;
}
.BgClassName
{
background-color: #7AB4DC;
}
</style>
border-color css
<style>
span { border-color: #7AB4DC; }
span { border-color: rgb(122,180,220); }
td.TdClassName
{
border-color: #7AB4DC;
}
.TagClassName
{
border-color: #7AB4DC;
}
</style>