Shades of Jordy Blue #7FAFD4
Tints of Jordy Blue #7FAFD4
RGB
CMYK
RGB Variations
Color information
#7FAFD4 (or 0x7FAFD4) is known color: Jordy Blue. HEX triplet: 7F, AF and D4. RGB value is (127,175,212). Sum of RGB (Red+Green+Blue) = 127+175+212=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #7FAFD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFD4 is #80502B. Grayscale: #A4A4A4. Windows color (decimal): -8409132 or 13938559. OLE color: 13938559.
HSL color Cylindrical-coordinate representation of color #7FAFD4: hue angle of 206.12º 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 #7FAFD4 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 175 | 212 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.17 |
| HSL | 206.12º | 0.5% | 0.66% | - |
| HSV(B) | 206.12º | 0.4% | 0.83% | - |
| XYZ | 35.97 | 39.93 | 68.1 | - |
| YUV | 164.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 212 | 0.40 | 0.17 | 0 | 0.17 | 206.12 | 0.5 | 0.66 |
| Hex | 7F | AF | D4 | 28 | 11 | 0 | 11 | CE | 32 | 42 |
| Octal | 177 | 257 | 324 | 50 | 21 | 0 | 21 | 316 | 62 | 102 |
| Binary | 1111111 | 10101111 | 11010100 | 101000 | 10001 | 0 | 10001 | 11001110 | 110010 | 1000010 |
Color Harmonies of #7FAFD4
Complementary color
Monochromatic Colors of #7FAFD4
Black with #7FAFD4
Text Example
Text Example
White with #7FAFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFD4; }
p { color: rgb(127,175,212); }
H1.HeaderClassName
{
color: #7FAFD4;
}
.AnyTagClassName
{
color: #7FAFD4;
}
</style>
background-color css
<style>
a { background-color: #7FAFD4; }
a { background-color: rgb(127,175,212); }
div.DivClassName
{
background-color: #7FAFD4;
}
.BgClassName
{
background-color: #7FAFD4;
}
</style>
border-color css
<style>
span { border-color: #7FAFD4; }
span { border-color: rgb(127,175,212); }
td.TdClassName
{
border-color: #7FAFD4;
}
.TagClassName
{
border-color: #7FAFD4;
}
</style>