Shades of Jordy Blue #7EABFC
Tints of Jordy Blue #7EABFC
RGB
CMYK
RGB Variations
Color information
#7EABFC (or 0x7EABFC) is known color: Jordy Blue. HEX triplet: 7E, AB and FC. RGB value is (126,171,252). Sum of RGB (Red+Green+Blue) = 126+171+252=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EABFC is #815403. Grayscale: #A6A6A6. Windows color (decimal): -8475652 or 16558974. OLE color: 16558974.
HSL color Cylindrical-coordinate representation of color #7EABFC: hue angle of 218.57º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EABFC is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 171 | 252 | - |
| CMYK | 0.5 | 0.32 | 0 | 0.01 |
| HSL | 218.57º | 0.95% | 0.74% | - |
| HSV(B) | 218.57º | 0.5% | 0.99% | - |
| XYZ | 40.74 | 40.59 | 97.78 | - |
| YUV | 166.78 | 176.09 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 252 | 0.5 | 0.32 | 0 | 0.01 | 218.57 | 0.95 | 0.74 |
| Hex | 7E | AB | FC | 32 | 20 | 0 | 1 | DB | 5F | 4A |
| Octal | 176 | 253 | 374 | 62 | 40 | 0 | 1 | 333 | 137 | 112 |
| Binary | 1111110 | 10101011 | 11111100 | 110010 | 100000 | 0 | 1 | 11011011 | 1011111 | 1001010 |
Color Harmonies of #7EABFC
Complementary color
Monochromatic Colors of #7EABFC
Black with #7EABFC
Text Example
Text Example
White with #7EABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABFC; }
p { color: rgb(126,171,252); }
H1.HeaderClassName
{
color: #7EABFC;
}
.AnyTagClassName
{
color: #7EABFC;
}
</style>
background-color css
<style>
a { background-color: #7EABFC; }
a { background-color: rgb(126,171,252); }
div.DivClassName
{
background-color: #7EABFC;
}
.BgClassName
{
background-color: #7EABFC;
}
</style>
border-color css
<style>
span { border-color: #7EABFC; }
span { border-color: rgb(126,171,252); }
td.TdClassName
{
border-color: #7EABFC;
}
.TagClassName
{
border-color: #7EABFC;
}
</style>