Shades of Jordy Blue #7FAFDA
Tints of Jordy Blue #7FAFDA
RGB
CMYK
RGB Variations
Color information
#7FAFDA (or 0x7FAFDA) is known color: Jordy Blue. HEX triplet: 7F, AF and DA. RGB value is (127,175,218). Sum of RGB (Red+Green+Blue) = 127+175+218=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FAFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFDA is #805025. Grayscale: #A5A5A5. Windows color (decimal): -8409126 or 14331775. OLE color: 14331775.
HSL color Cylindrical-coordinate representation of color #7FAFDA: hue angle of 208.35º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FAFDA is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 175 | 218 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.15 |
| HSL | 208.35º | 0.55% | 0.68% | - |
| HSV(B) | 208.35º | 0.42% | 0.85% | - |
| XYZ | 36.74 | 40.23 | 72.16 | - |
| YUV | 165.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 218 | 0.42 | 0.20 | 0 | 0.15 | 208.35 | 0.55 | 0.68 |
| Hex | 7F | AF | DA | 2A | 14 | 0 | F | D0 | 37 | 44 |
| Octal | 177 | 257 | 332 | 52 | 24 | 0 | 17 | 320 | 67 | 104 |
| Binary | 1111111 | 10101111 | 11011010 | 101010 | 10100 | 0 | 1111 | 11010000 | 110111 | 1000100 |
Color Harmonies of #7FAFDA
Complementary color
Monochromatic Colors of #7FAFDA
Black with #7FAFDA
Text Example
Text Example
White with #7FAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFDA; }
p { color: rgb(127,175,218); }
H1.HeaderClassName
{
color: #7FAFDA;
}
.AnyTagClassName
{
color: #7FAFDA;
}
</style>
background-color css
<style>
a { background-color: #7FAFDA; }
a { background-color: rgb(127,175,218); }
div.DivClassName
{
background-color: #7FAFDA;
}
.BgClassName
{
background-color: #7FAFDA;
}
</style>
border-color css
<style>
span { border-color: #7FAFDA; }
span { border-color: rgb(127,175,218); }
td.TdClassName
{
border-color: #7FAFDA;
}
.TagClassName
{
border-color: #7FAFDA;
}
</style>