Shades of Jordy Blue #7FAADD
Tints of Jordy Blue #7FAADD
RGB
CMYK
RGB Variations
Color information
#7FAADD (or 0x7FAADD) is known color: Jordy Blue. HEX triplet: 7F, AA and DD. RGB value is (127,170,221). Sum of RGB (Red+Green+Blue) = 127+170+221=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAADD is #805522. Grayscale: #A2A2A2. Windows color (decimal): -8410403 or 14527103. OLE color: 14527103.
HSL color Cylindrical-coordinate representation of color #7FAADD: hue angle of 212.55º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FAADD is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 170 | 221 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.13 |
| HSL | 212.55º | 0.58% | 0.68% | - |
| HSV(B) | 212.55º | 0.43% | 0.87% | - |
| XYZ | 36.18 | 38.48 | 73.93 | - |
| YUV | 162.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 221 | 0.43 | 0.23 | 0 | 0.13 | 212.55 | 0.58 | 0.68 |
| Hex | 7F | AA | DD | 2B | 17 | 0 | D | D5 | 3A | 44 |
| Octal | 177 | 252 | 335 | 53 | 27 | 0 | 15 | 325 | 72 | 104 |
| Binary | 1111111 | 10101010 | 11011101 | 101011 | 10111 | 0 | 1101 | 11010101 | 111010 | 1000100 |
Color Harmonies of #7FAADD
Complementary color
Monochromatic Colors of #7FAADD
Black with #7FAADD
Text Example
Text Example
White with #7FAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAADD; }
p { color: rgb(127,170,221); }
H1.HeaderClassName
{
color: #7FAADD;
}
.AnyTagClassName
{
color: #7FAADD;
}
</style>
background-color css
<style>
a { background-color: #7FAADD; }
a { background-color: rgb(127,170,221); }
div.DivClassName
{
background-color: #7FAADD;
}
.BgClassName
{
background-color: #7FAADD;
}
</style>
border-color css
<style>
span { border-color: #7FAADD; }
span { border-color: rgb(127,170,221); }
td.TdClassName
{
border-color: #7FAADD;
}
.TagClassName
{
border-color: #7FAADD;
}
</style>