Shades of Jordy Blue #7DAAFC
Tints of Jordy Blue #7DAAFC
RGB
CMYK
RGB Variations
Color information
#7DAAFC (or 0x7DAAFC) is known color: Jordy Blue. HEX triplet: 7D, AA and FC. RGB value is (125,170,252). Sum of RGB (Red+Green+Blue) = 125+170+252=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAAFC is #825503. Grayscale: #A5A5A5. Windows color (decimal): -8541444 or 16558717. OLE color: 16558717.
HSL color Cylindrical-coordinate representation of color #7DAAFC: hue angle of 218.74º 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 #7DAAFC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 170 | 252 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.01 |
| HSL | 218.74º | 0.95% | 0.74% | - |
| HSV(B) | 218.74º | 0.5% | 0.99% | - |
| XYZ | 40.4 | 40.14 | 97.71 | - |
| YUV | 165.89 | 176.59 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 252 | 0.50 | 0.33 | 0 | 0.01 | 218.74 | 0.95 | 0.74 |
| Hex | 7D | AA | FC | 32 | 21 | 0 | 1 | DB | 5F | 4A |
| Octal | 175 | 252 | 374 | 62 | 41 | 0 | 1 | 333 | 137 | 112 |
| Binary | 1111101 | 10101010 | 11111100 | 110010 | 100001 | 0 | 1 | 11011011 | 1011111 | 1001010 |
Color Harmonies of #7DAAFC
Complementary color
Monochromatic Colors of #7DAAFC
Black with #7DAAFC
Text Example
Text Example
White with #7DAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAAFC; }
p { color: rgb(125,170,252); }
H1.HeaderClassName
{
color: #7DAAFC;
}
.AnyTagClassName
{
color: #7DAAFC;
}
</style>
background-color css
<style>
a { background-color: #7DAAFC; }
a { background-color: rgb(125,170,252); }
div.DivClassName
{
background-color: #7DAAFC;
}
.BgClassName
{
background-color: #7DAAFC;
}
</style>
border-color css
<style>
span { border-color: #7DAAFC; }
span { border-color: rgb(125,170,252); }
td.TdClassName
{
border-color: #7DAAFC;
}
.TagClassName
{
border-color: #7DAAFC;
}
</style>