Shades of Jordy Blue #7DAAEC
Tints of Jordy Blue #7DAAEC
RGB
CMYK
RGB Variations
Color information
#7DAAEC (or 0x7DAAEC) is known color: Jordy Blue. HEX triplet: 7D, AA and EC. RGB value is (125,170,236). Sum of RGB (Red+Green+Blue) = 125+170+236=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DAAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAAEC is #825513. Grayscale: #A3A3A3. Windows color (decimal): -8541460 or 15510141. OLE color: 15510141.
HSL color Cylindrical-coordinate representation of color #7DAAEC: hue angle of 215.68º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DAAEC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 170 | 236 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.07 |
| HSL | 215.68º | 0.74% | 0.71% | - |
| HSV(B) | 215.68º | 0.47% | 0.93% | - |
| XYZ | 37.97 | 39.17 | 84.92 | - |
| YUV | 164.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 236 | 0.47 | 0.28 | 0 | 0.07 | 215.68 | 0.74 | 0.71 |
| Hex | 7D | AA | EC | 2F | 1C | 0 | 7 | D8 | 4A | 47 |
| Octal | 175 | 252 | 354 | 57 | 34 | 0 | 7 | 330 | 112 | 107 |
| Binary | 1111101 | 10101010 | 11101100 | 101111 | 11100 | 0 | 111 | 11011000 | 1001010 | 1000111 |
Color Harmonies of #7DAAEC
Complementary color
Monochromatic Colors of #7DAAEC
Black with #7DAAEC
Text Example
Text Example
White with #7DAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAAEC; }
p { color: rgb(125,170,236); }
H1.HeaderClassName
{
color: #7DAAEC;
}
.AnyTagClassName
{
color: #7DAAEC;
}
</style>
background-color css
<style>
a { background-color: #7DAAEC; }
a { background-color: rgb(125,170,236); }
div.DivClassName
{
background-color: #7DAAEC;
}
.BgClassName
{
background-color: #7DAAEC;
}
</style>
border-color css
<style>
span { border-color: #7DAAEC; }
span { border-color: rgb(125,170,236); }
td.TdClassName
{
border-color: #7DAAEC;
}
.TagClassName
{
border-color: #7DAAEC;
}
</style>