Shades of Jordy Blue #7EACFB
Tints of Jordy Blue #7EACFB
RGB
CMYK
RGB Variations
Color information
#7EACFB (or 0x7EACFB) is known color: Jordy Blue. HEX triplet: 7E, AC and FB. RGB value is (126,172,251). Sum of RGB (Red+Green+Blue) = 126+172+251=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #7EACFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EACFB is #815304. Grayscale: #A6A6A6. Windows color (decimal): -8475397 or 16493694. OLE color: 16493694.
HSL color Cylindrical-coordinate representation of color #7EACFB: hue angle of 217.92º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EACFB is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 172 | 251 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.02 |
| HSL | 217.92º | 0.94% | 0.74% | - |
| HSV(B) | 217.92º | 0.5% | 0.98% | - |
| XYZ | 40.77 | 40.91 | 97.01 | - |
| YUV | 167.25 | 175.26 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 251 | 0.50 | 0.31 | 0 | 0.02 | 217.92 | 0.94 | 0.74 |
| Hex | 7E | AC | FB | 32 | 1F | 0 | 2 | DA | 5E | 4A |
| Octal | 176 | 254 | 373 | 62 | 37 | 0 | 2 | 332 | 136 | 112 |
| Binary | 1111110 | 10101100 | 11111011 | 110010 | 11111 | 0 | 10 | 11011010 | 1011110 | 1001010 |
Color Harmonies of #7EACFB
Complementary color
Monochromatic Colors of #7EACFB
Black with #7EACFB
Text Example
Text Example
White with #7EACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACFB; }
p { color: rgb(126,172,251); }
H1.HeaderClassName
{
color: #7EACFB;
}
.AnyTagClassName
{
color: #7EACFB;
}
</style>
background-color css
<style>
a { background-color: #7EACFB; }
a { background-color: rgb(126,172,251); }
div.DivClassName
{
background-color: #7EACFB;
}
.BgClassName
{
background-color: #7EACFB;
}
</style>
border-color css
<style>
span { border-color: #7EACFB; }
span { border-color: rgb(126,172,251); }
td.TdClassName
{
border-color: #7EACFB;
}
.TagClassName
{
border-color: #7EACFB;
}
</style>