Shades of Jordy Blue #7FAFDE
Tints of Jordy Blue #7FAFDE
RGB
CMYK
RGB Variations
Color information
#7FAFDE (or 0x7FAFDE) is known color: Jordy Blue. HEX triplet: 7F, AF and DE. RGB value is (127,175,222). Sum of RGB (Red+Green+Blue) = 127+175+222=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #7FAFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFDE is #805021. Grayscale: #A5A5A5. Windows color (decimal): -8409122 or 14593919. OLE color: 14593919.
HSL color Cylindrical-coordinate representation of color #7FAFDE: hue angle of 209.68º degrees, saturation: 0.59, 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 #7FAFDE is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 175 | 222 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.13 |
| HSL | 209.68º | 0.59% | 0.68% | - |
| HSV(B) | 209.68º | 0.43% | 0.87% | - |
| XYZ | 37.27 | 40.45 | 74.95 | - |
| YUV | 166.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 222 | 0.43 | 0.21 | 0 | 0.13 | 209.68 | 0.59 | 0.68 |
| Hex | 7F | AF | DE | 2B | 15 | 0 | D | D2 | 3B | 44 |
| Octal | 177 | 257 | 336 | 53 | 25 | 0 | 15 | 322 | 73 | 104 |
| Binary | 1111111 | 10101111 | 11011110 | 101011 | 10101 | 0 | 1101 | 11010010 | 111011 | 1000100 |
Color Harmonies of #7FAFDE
Complementary color
Monochromatic Colors of #7FAFDE
Black with #7FAFDE
Text Example
Text Example
White with #7FAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFDE; }
p { color: rgb(127,175,222); }
H1.HeaderClassName
{
color: #7FAFDE;
}
.AnyTagClassName
{
color: #7FAFDE;
}
</style>
background-color css
<style>
a { background-color: #7FAFDE; }
a { background-color: rgb(127,175,222); }
div.DivClassName
{
background-color: #7FAFDE;
}
.BgClassName
{
background-color: #7FAFDE;
}
</style>
border-color css
<style>
span { border-color: #7FAFDE; }
span { border-color: rgb(127,175,222); }
td.TdClassName
{
border-color: #7FAFDE;
}
.TagClassName
{
border-color: #7FAFDE;
}
</style>