Shades of Jordy Blue #7FAAFC
Tints of Jordy Blue #7FAAFC
RGB
CMYK
RGB Variations
Color information
#7FAAFC (or 0x7FAAFC) is known color: Jordy Blue. HEX triplet: 7F, AA and FC. RGB value is (127,170,252). Sum of RGB (Red+Green+Blue) = 127+170+252=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 170 (66.80% from 255 or 30.97% 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 #7FAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAFC is #805503. Grayscale: #A6A6A6. Windows color (decimal): -8410372 or 16558719. OLE color: 16558719.
HSL color Cylindrical-coordinate representation of color #7FAAFC: hue angle of 219.36º 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 #7FAAFC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 170 | 252 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.01 |
| HSL | 219.36º | 0.95% | 0.74% | - |
| HSV(B) | 219.36º | 0.5% | 0.99% | - |
| XYZ | 40.7 | 40.29 | 97.73 | - |
| YUV | 166.49 | 176.25 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 252 | 0.50 | 0.33 | 0 | 0.01 | 219.36 | 0.95 | 0.74 |
| Hex | 7F | AA | FC | 32 | 21 | 0 | 1 | DB | 5F | 4A |
| Octal | 177 | 252 | 374 | 62 | 41 | 0 | 1 | 333 | 137 | 112 |
| Binary | 1111111 | 10101010 | 11111100 | 110010 | 100001 | 0 | 1 | 11011011 | 1011111 | 1001010 |
Color Harmonies of #7FAAFC
Complementary color
Monochromatic Colors of #7FAAFC
Black with #7FAAFC
Text Example
Text Example
White with #7FAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAAFC; }
p { color: rgb(127,170,252); }
H1.HeaderClassName
{
color: #7FAAFC;
}
.AnyTagClassName
{
color: #7FAAFC;
}
</style>
background-color css
<style>
a { background-color: #7FAAFC; }
a { background-color: rgb(127,170,252); }
div.DivClassName
{
background-color: #7FAAFC;
}
.BgClassName
{
background-color: #7FAAFC;
}
</style>
border-color css
<style>
span { border-color: #7FAAFC; }
span { border-color: rgb(127,170,252); }
td.TdClassName
{
border-color: #7FAAFC;
}
.TagClassName
{
border-color: #7FAAFC;
}
</style>