Shades of Jordy Blue #7DADDC
Tints of Jordy Blue #7DADDC
RGB
CMYK
RGB Variations
Color information
#7DADDC (or 0x7DADDC) is known color: Jordy Blue. HEX triplet: 7D, AD and DC. RGB value is (125,173,220). Sum of RGB (Red+Green+Blue) = 125+173+220=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADDC is #825223. Grayscale: #A3A3A3. Windows color (decimal): -8540708 or 14462333. OLE color: 14462333.
HSL color Cylindrical-coordinate representation of color #7DADDC: hue angle of 209.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DADDC is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 173 | 220 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.14 |
| HSL | 209.68º | 0.58% | 0.68% | - |
| HSV(B) | 209.68º | 0.43% | 0.86% | - |
| XYZ | 36.32 | 39.41 | 73.4 | - |
| YUV | 164.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 220 | 0.43 | 0.21 | 0 | 0.14 | 209.68 | 0.58 | 0.68 |
| Hex | 7D | AD | DC | 2B | 15 | 0 | E | D2 | 3A | 44 |
| Octal | 175 | 255 | 334 | 53 | 25 | 0 | 16 | 322 | 72 | 104 |
| Binary | 1111101 | 10101101 | 11011100 | 101011 | 10101 | 0 | 1110 | 11010010 | 111010 | 1000100 |
Color Harmonies of #7DADDC
Complementary color
Monochromatic Colors of #7DADDC
Black with #7DADDC
Text Example
Text Example
White with #7DADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADDC; }
p { color: rgb(125,173,220); }
H1.HeaderClassName
{
color: #7DADDC;
}
.AnyTagClassName
{
color: #7DADDC;
}
</style>
background-color css
<style>
a { background-color: #7DADDC; }
a { background-color: rgb(125,173,220); }
div.DivClassName
{
background-color: #7DADDC;
}
.BgClassName
{
background-color: #7DADDC;
}
</style>
border-color css
<style>
span { border-color: #7DADDC; }
span { border-color: rgb(125,173,220); }
td.TdClassName
{
border-color: #7DADDC;
}
.TagClassName
{
border-color: #7DADDC;
}
</style>