Shades of Jordy Blue #7AB2DC
Tints of Jordy Blue #7AB2DC
RGB
CMYK
RGB Variations
Color information
#7AB2DC (or 0x7AB2DC) is known color: Jordy Blue. HEX triplet: 7A, B2 and DC. RGB value is (122,178,220). Sum of RGB (Red+Green+Blue) = 122+178+220=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB2DC is #854D23. Grayscale: #A5A5A5. Windows color (decimal): -8736036 or 14463610. OLE color: 14463610.
HSL color Cylindrical-coordinate representation of color #7AB2DC: hue angle of 205.71º 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 #7AB2DC is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 178 | 220 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.14 |
| HSL | 205.71º | 0.58% | 0.67% | - |
| HSV(B) | 205.71º | 0.45% | 0.86% | - |
| XYZ | 36.86 | 41.15 | 73.71 | - |
| YUV | 166.04 | 158.45 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 220 | 0.45 | 0.19 | 0 | 0.14 | 205.71 | 0.58 | 0.67 |
| Hex | 7A | B2 | DC | 2D | 13 | 0 | E | CE | 3A | 43 |
| Octal | 172 | 262 | 334 | 55 | 23 | 0 | 16 | 316 | 72 | 103 |
| Binary | 1111010 | 10110010 | 11011100 | 101101 | 10011 | 0 | 1110 | 11001110 | 111010 | 1000011 |
Color Harmonies of #7AB2DC
Complementary color
Monochromatic Colors of #7AB2DC
Black with #7AB2DC
Text Example
Text Example
White with #7AB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB2DC; }
p { color: rgb(122,178,220); }
H1.HeaderClassName
{
color: #7AB2DC;
}
.AnyTagClassName
{
color: #7AB2DC;
}
</style>
background-color css
<style>
a { background-color: #7AB2DC; }
a { background-color: rgb(122,178,220); }
div.DivClassName
{
background-color: #7AB2DC;
}
.BgClassName
{
background-color: #7AB2DC;
}
</style>
border-color css
<style>
span { border-color: #7AB2DC; }
span { border-color: rgb(122,178,220); }
td.TdClassName
{
border-color: #7AB2DC;
}
.TagClassName
{
border-color: #7AB2DC;
}
</style>