Shades of Jordy Blue #7EACFC
Tints of Jordy Blue #7EACFC
RGB
CMYK
RGB Variations
Color information
#7EACFC (or 0x7EACFC) is known color: Jordy Blue. HEX triplet: 7E, AC and FC. RGB value is (126,172,252). Sum of RGB (Red+Green+Blue) = 126+172+252=550 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.91% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EACFC is #815303. Grayscale: #A6A6A6. Windows color (decimal): -8475396 or 16559230. OLE color: 16559230.
HSL color Cylindrical-coordinate representation of color #7EACFC: hue angle of 218.1º 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 #7EACFC is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 172 | 252 | - |
| CMYK | 0.5 | 0.32 | 0 | 0.01 |
| HSL | 218.1º | 0.95% | 0.74% | - |
| HSV(B) | 218.1º | 0.5% | 0.99% | - |
| XYZ | 40.93 | 40.97 | 97.85 | - |
| YUV | 167.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 252 | 0.5 | 0.32 | 0 | 0.01 | 218.1 | 0.95 | 0.74 |
| Hex | 7E | AC | FC | 32 | 20 | 0 | 1 | DA | 5F | 4A |
| Octal | 176 | 254 | 374 | 62 | 40 | 0 | 1 | 332 | 137 | 112 |
| Binary | 1111110 | 10101100 | 11111100 | 110010 | 100000 | 0 | 1 | 11011010 | 1011111 | 1001010 |
Color Harmonies of #7EACFC
Complementary color
Monochromatic Colors of #7EACFC
Black with #7EACFC
Text Example
Text Example
White with #7EACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACFC; }
p { color: rgb(126,172,252); }
H1.HeaderClassName
{
color: #7EACFC;
}
.AnyTagClassName
{
color: #7EACFC;
}
</style>
background-color css
<style>
a { background-color: #7EACFC; }
a { background-color: rgb(126,172,252); }
div.DivClassName
{
background-color: #7EACFC;
}
.BgClassName
{
background-color: #7EACFC;
}
</style>
border-color css
<style>
span { border-color: #7EACFC; }
span { border-color: rgb(126,172,252); }
td.TdClassName
{
border-color: #7EACFC;
}
.TagClassName
{
border-color: #7EACFC;
}
</style>