Shades of Jordy Blue #7EABFE
Tints of Jordy Blue #7EABFE
RGB
CMYK
RGB Variations
Color information
#7EABFE (or 0x7EABFE) is known color: Jordy Blue. HEX triplet: 7E, AB and FE. RGB value is (126,171,254). Sum of RGB (Red+Green+Blue) = 126+171+254=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EABFE is #815401. Grayscale: #A6A6A6. Windows color (decimal): -8475650 or 16690046. OLE color: 16690046.
HSL color Cylindrical-coordinate representation of color #7EABFE: hue angle of 218.91º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EABFE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 171 | 254 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.00 |
| HSL | 218.91º | 0.98% | 0.75% | - |
| HSV(B) | 218.91º | 0.5% | 1% | - |
| XYZ | 41.06 | 40.72 | 99.46 | - |
| YUV | 167.01 | 177.09 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 254 | 0.50 | 0.33 | 0 | 0.00 | 218.91 | 0.98 | 0.75 |
| Hex | 7E | AB | FE | 32 | 21 | 0 | 0 | DB | 62 | 4B |
| Octal | 176 | 253 | 376 | 62 | 41 | 0 | 0 | 333 | 142 | 113 |
| Binary | 1111110 | 10101011 | 11111110 | 110010 | 100001 | 0 | 0 | 11011011 | 1100010 | 1001011 |
Color Harmonies of #7EABFE
Complementary color
Monochromatic Colors of #7EABFE
Black with #7EABFE
Text Example
Text Example
White with #7EABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABFE; }
p { color: rgb(126,171,254); }
H1.HeaderClassName
{
color: #7EABFE;
}
.AnyTagClassName
{
color: #7EABFE;
}
</style>
background-color css
<style>
a { background-color: #7EABFE; }
a { background-color: rgb(126,171,254); }
div.DivClassName
{
background-color: #7EABFE;
}
.BgClassName
{
background-color: #7EABFE;
}
</style>
border-color css
<style>
span { border-color: #7EABFE; }
span { border-color: rgb(126,171,254); }
td.TdClassName
{
border-color: #7EABFE;
}
.TagClassName
{
border-color: #7EABFE;
}
</style>