Shades of Jordy Blue #7FAFDC
Tints of Jordy Blue #7FAFDC
RGB
CMYK
RGB Variations
Color information
#7FAFDC (or 0x7FAFDC) is known color: Jordy Blue. HEX triplet: 7F, AF and DC. RGB value is (127,175,220). Sum of RGB (Red+Green+Blue) = 127+175+220=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFDC is #805023. Grayscale: #A5A5A5. Windows color (decimal): -8409124 or 14462847. OLE color: 14462847.
HSL color Cylindrical-coordinate representation of color #7FAFDC: hue angle of 209.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FAFDC is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 175 | 220 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.14 |
| HSL | 209.03º | 0.57% | 0.68% | - |
| HSV(B) | 209.03º | 0.42% | 0.86% | - |
| XYZ | 37 | 40.34 | 73.55 | - |
| YUV | 165.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 220 | 0.42 | 0.20 | 0 | 0.14 | 209.03 | 0.57 | 0.68 |
| Hex | 7F | AF | DC | 2A | 14 | 0 | E | D1 | 39 | 44 |
| Octal | 177 | 257 | 334 | 52 | 24 | 0 | 16 | 321 | 71 | 104 |
| Binary | 1111111 | 10101111 | 11011100 | 101010 | 10100 | 0 | 1110 | 11010001 | 111001 | 1000100 |
Color Harmonies of #7FAFDC
Complementary color
Monochromatic Colors of #7FAFDC
Black with #7FAFDC
Text Example
Text Example
White with #7FAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFDC; }
p { color: rgb(127,175,220); }
H1.HeaderClassName
{
color: #7FAFDC;
}
.AnyTagClassName
{
color: #7FAFDC;
}
</style>
background-color css
<style>
a { background-color: #7FAFDC; }
a { background-color: rgb(127,175,220); }
div.DivClassName
{
background-color: #7FAFDC;
}
.BgClassName
{
background-color: #7FAFDC;
}
</style>
border-color css
<style>
span { border-color: #7FAFDC; }
span { border-color: rgb(127,175,220); }
td.TdClassName
{
border-color: #7FAFDC;
}
.TagClassName
{
border-color: #7FAFDC;
}
</style>