Shades of Jordy Blue #7FA3FE
Tints of Jordy Blue #7FA3FE
RGB
CMYK
RGB Variations
Color information
#7FA3FE (or 0x7FA3FE) is known color: Jordy Blue. HEX triplet: 7F, A3 and FE. RGB value is (127,163,254). Sum of RGB (Red+Green+Blue) = 127+163+254=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FA3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA3FE is #805C01. Grayscale: #A2A2A2. Windows color (decimal): -8412162 or 16687999. OLE color: 16687999.
HSL color Cylindrical-coordinate representation of color #7FA3FE: hue angle of 222.99º 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 #7FA3FE is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 163 | 254 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.00 |
| HSL | 222.99º | 0.98% | 0.75% | - |
| HSV(B) | 222.99º | 0.5% | 1% | - |
| XYZ | 39.74 | 37.86 | 98.98 | - |
| YUV | 162.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 254 | 0.50 | 0.36 | 0 | 0.00 | 222.99 | 0.98 | 0.75 |
| Hex | 7F | A3 | FE | 32 | 24 | 0 | 0 | DF | 62 | 4B |
| Octal | 177 | 243 | 376 | 62 | 44 | 0 | 0 | 337 | 142 | 113 |
| Binary | 1111111 | 10100011 | 11111110 | 110010 | 100100 | 0 | 0 | 11011111 | 1100010 | 1001011 |
Color Harmonies of #7FA3FE
Complementary color
Monochromatic Colors of #7FA3FE
Black with #7FA3FE
Text Example
Text Example
White with #7FA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA3FE; }
p { color: rgb(127,163,254); }
H1.HeaderClassName
{
color: #7FA3FE;
}
.AnyTagClassName
{
color: #7FA3FE;
}
</style>
background-color css
<style>
a { background-color: #7FA3FE; }
a { background-color: rgb(127,163,254); }
div.DivClassName
{
background-color: #7FA3FE;
}
.BgClassName
{
background-color: #7FA3FE;
}
</style>
border-color css
<style>
span { border-color: #7FA3FE; }
span { border-color: rgb(127,163,254); }
td.TdClassName
{
border-color: #7FA3FE;
}
.TagClassName
{
border-color: #7FA3FE;
}
</style>