Shades of Jordy Blue #7FAFDD
Tints of Jordy Blue #7FAFDD
RGB
CMYK
RGB Variations
Color information
#7FAFDD (or 0x7FAFDD) is known color: Jordy Blue. HEX triplet: 7F, AF and DD. RGB value is (127,175,221). Sum of RGB (Red+Green+Blue) = 127+175+221=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFDD is #805022. Grayscale: #A5A5A5. Windows color (decimal): -8409123 or 14528383. OLE color: 14528383.
HSL color Cylindrical-coordinate representation of color #7FAFDD: hue angle of 209.36º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FAFDD is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 175 | 221 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.13 |
| HSL | 209.36º | 0.58% | 0.68% | - |
| HSV(B) | 209.36º | 0.43% | 0.87% | - |
| XYZ | 37.13 | 40.39 | 74.25 | - |
| YUV | 165.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 221 | 0.43 | 0.21 | 0 | 0.13 | 209.36 | 0.58 | 0.68 |
| Hex | 7F | AF | DD | 2B | 15 | 0 | D | D1 | 3A | 44 |
| Octal | 177 | 257 | 335 | 53 | 25 | 0 | 15 | 321 | 72 | 104 |
| Binary | 1111111 | 10101111 | 11011101 | 101011 | 10101 | 0 | 1101 | 11010001 | 111010 | 1000100 |
Color Harmonies of #7FAFDD
Complementary color
Monochromatic Colors of #7FAFDD
Black with #7FAFDD
Text Example
Text Example
White with #7FAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFDD; }
p { color: rgb(127,175,221); }
H1.HeaderClassName
{
color: #7FAFDD;
}
.AnyTagClassName
{
color: #7FAFDD;
}
</style>
background-color css
<style>
a { background-color: #7FAFDD; }
a { background-color: rgb(127,175,221); }
div.DivClassName
{
background-color: #7FAFDD;
}
.BgClassName
{
background-color: #7FAFDD;
}
</style>
border-color css
<style>
span { border-color: #7FAFDD; }
span { border-color: rgb(127,175,221); }
td.TdClassName
{
border-color: #7FAFDD;
}
.TagClassName
{
border-color: #7FAFDD;
}
</style>