Shades of Jordy Blue #7FAFE3
Tints of Jordy Blue #7FAFE3
RGB
CMYK
RGB Variations
Color information
#7FAFE3 (or 0x7FAFE3) is known color: Jordy Blue. HEX triplet: 7F, AF and E3. RGB value is (127,175,227). Sum of RGB (Red+Green+Blue) = 127+175+227=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #7FAFE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFE3 is #80501C. Grayscale: #A6A6A6. Windows color (decimal): -8409117 or 14921599. OLE color: 14921599.
HSL color Cylindrical-coordinate representation of color #7FAFE3: hue angle of 211.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FAFE3 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 175 | 227 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.11 |
| HSL | 211.2º | 0.64% | 0.69% | - |
| HSV(B) | 211.2º | 0.44% | 0.89% | - |
| XYZ | 37.95 | 40.72 | 78.53 | - |
| YUV | 166.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 227 | 0.44 | 0.23 | 0 | 0.11 | 211.2 | 0.64 | 0.69 |
| Hex | 7F | AF | E3 | 2C | 17 | 0 | B | D3 | 40 | 45 |
| Octal | 177 | 257 | 343 | 54 | 27 | 0 | 13 | 323 | 100 | 105 |
| Binary | 1111111 | 10101111 | 11100011 | 101100 | 10111 | 0 | 1011 | 11010011 | 1000000 | 1000101 |
Color Harmonies of #7FAFE3
Complementary color
Monochromatic Colors of #7FAFE3
Black with #7FAFE3
Text Example
Text Example
White with #7FAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFE3; }
p { color: rgb(127,175,227); }
H1.HeaderClassName
{
color: #7FAFE3;
}
.AnyTagClassName
{
color: #7FAFE3;
}
</style>
background-color css
<style>
a { background-color: #7FAFE3; }
a { background-color: rgb(127,175,227); }
div.DivClassName
{
background-color: #7FAFE3;
}
.BgClassName
{
background-color: #7FAFE3;
}
</style>
border-color css
<style>
span { border-color: #7FAFE3; }
span { border-color: rgb(127,175,227); }
td.TdClassName
{
border-color: #7FAFE3;
}
.TagClassName
{
border-color: #7FAFE3;
}
</style>