Shades of Jordy Blue #7AADDF
Tints of Jordy Blue #7AADDF
RGB
CMYK
RGB Variations
Color information
#7AADDF (or 0x7AADDF) is known color: Jordy Blue. HEX triplet: 7A, AD and DF. RGB value is (122,173,223). Sum of RGB (Red+Green+Blue) = 122+173+223=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADDF is #855220. Grayscale: #A3A3A3. Windows color (decimal): -8737313 or 14658938. OLE color: 14658938.
HSL color Cylindrical-coordinate representation of color #7AADDF: hue angle of 209.7º 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 #7AADDF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 173 | 223 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.13 |
| HSL | 209.7º | 0.61% | 0.68% | - |
| HSV(B) | 209.7º | 0.45% | 0.87% | - |
| XYZ | 36.29 | 39.35 | 75.5 | - |
| YUV | 163.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 223 | 0.45 | 0.22 | 0 | 0.13 | 209.7 | 0.61 | 0.68 |
| Hex | 7A | AD | DF | 2D | 16 | 0 | D | D2 | 3D | 44 |
| Octal | 172 | 255 | 337 | 55 | 26 | 0 | 15 | 322 | 75 | 104 |
| Binary | 1111010 | 10101101 | 11011111 | 101101 | 10110 | 0 | 1101 | 11010010 | 111101 | 1000100 |
Color Harmonies of #7AADDF
Complementary color
Monochromatic Colors of #7AADDF
Black with #7AADDF
Text Example
Text Example
White with #7AADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADDF; }
p { color: rgb(122,173,223); }
H1.HeaderClassName
{
color: #7AADDF;
}
.AnyTagClassName
{
color: #7AADDF;
}
</style>
background-color css
<style>
a { background-color: #7AADDF; }
a { background-color: rgb(122,173,223); }
div.DivClassName
{
background-color: #7AADDF;
}
.BgClassName
{
background-color: #7AADDF;
}
</style>
border-color css
<style>
span { border-color: #7AADDF; }
span { border-color: rgb(122,173,223); }
td.TdClassName
{
border-color: #7AADDF;
}
.TagClassName
{
border-color: #7AADDF;
}
</style>