Shades of Jordy Blue #7FADD4
Tints of Jordy Blue #7FADD4
RGB
CMYK
RGB Variations
Color information
#7FADD4 (or 0x7FADD4) is known color: Jordy Blue. HEX triplet: 7F, AD and D4. RGB value is (127,173,212). Sum of RGB (Red+Green+Blue) = 127+173+212=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #7FADD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADD4 is #80522B. Grayscale: #A3A3A3. Windows color (decimal): -8409644 or 13938047. OLE color: 13938047.
HSL color Cylindrical-coordinate representation of color #7FADD4: hue angle of 207.53º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FADD4 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 173 | 212 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.17 |
| HSL | 207.53º | 0.5% | 0.66% | - |
| HSV(B) | 207.53º | 0.4% | 0.83% | - |
| XYZ | 35.58 | 39.15 | 67.97 | - |
| YUV | 163.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 212 | 0.40 | 0.18 | 0 | 0.17 | 207.53 | 0.5 | 0.66 |
| Hex | 7F | AD | D4 | 28 | 12 | 0 | 11 | D0 | 32 | 42 |
| Octal | 177 | 255 | 324 | 50 | 22 | 0 | 21 | 320 | 62 | 102 |
| Binary | 1111111 | 10101101 | 11010100 | 101000 | 10010 | 0 | 10001 | 11010000 | 110010 | 1000010 |
Color Harmonies of #7FADD4
Complementary color
Monochromatic Colors of #7FADD4
Black with #7FADD4
Text Example
Text Example
White with #7FADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADD4; }
p { color: rgb(127,173,212); }
H1.HeaderClassName
{
color: #7FADD4;
}
.AnyTagClassName
{
color: #7FADD4;
}
</style>
background-color css
<style>
a { background-color: #7FADD4; }
a { background-color: rgb(127,173,212); }
div.DivClassName
{
background-color: #7FADD4;
}
.BgClassName
{
background-color: #7FADD4;
}
</style>
border-color css
<style>
span { border-color: #7FADD4; }
span { border-color: rgb(127,173,212); }
td.TdClassName
{
border-color: #7FADD4;
}
.TagClassName
{
border-color: #7FADD4;
}
</style>