Shades of Jordy Blue #7FAFE0
Tints of Jordy Blue #7FAFE0
RGB
CMYK
RGB Variations
Color information
#7FAFE0 (or 0x7FAFE0) is known color: Jordy Blue. HEX triplet: 7F, AF and E0. RGB value is (127,175,224). Sum of RGB (Red+Green+Blue) = 127+175+224=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #7FAFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFE0 is #80501F. Grayscale: #A5A5A5. Windows color (decimal): -8409120 or 14724991. OLE color: 14724991.
HSL color Cylindrical-coordinate representation of color #7FAFE0: hue angle of 210.31º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FAFE0 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 175 | 224 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.12 |
| HSL | 210.31º | 0.61% | 0.69% | - |
| HSV(B) | 210.31º | 0.43% | 0.88% | - |
| XYZ | 37.54 | 40.55 | 76.37 | - |
| YUV | 166.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 224 | 0.43 | 0.22 | 0 | 0.12 | 210.31 | 0.61 | 0.69 |
| Hex | 7F | AF | E0 | 2B | 16 | 0 | C | D2 | 3D | 45 |
| Octal | 177 | 257 | 340 | 53 | 26 | 0 | 14 | 322 | 75 | 105 |
| Binary | 1111111 | 10101111 | 11100000 | 101011 | 10110 | 0 | 1100 | 11010010 | 111101 | 1000101 |
Color Harmonies of #7FAFE0
Complementary color
Monochromatic Colors of #7FAFE0
Black with #7FAFE0
Text Example
Text Example
White with #7FAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFE0; }
p { color: rgb(127,175,224); }
H1.HeaderClassName
{
color: #7FAFE0;
}
.AnyTagClassName
{
color: #7FAFE0;
}
</style>
background-color css
<style>
a { background-color: #7FAFE0; }
a { background-color: rgb(127,175,224); }
div.DivClassName
{
background-color: #7FAFE0;
}
.BgClassName
{
background-color: #7FAFE0;
}
</style>
border-color css
<style>
span { border-color: #7FAFE0; }
span { border-color: rgb(127,175,224); }
td.TdClassName
{
border-color: #7FAFE0;
}
.TagClassName
{
border-color: #7FAFE0;
}
</style>