Shades of Jordy Blue #7DACFC
Tints of Jordy Blue #7DACFC
RGB
CMYK
RGB Variations
Color information
#7DACFC (or 0x7DACFC) is known color: Jordy Blue. HEX triplet: 7D, AC and FC. RGB value is (125,172,252). Sum of RGB (Red+Green+Blue) = 125+172+252=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 172 (67.58% from 255 or 31.33% 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 #7DACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DACFC is #825303. Grayscale: #A6A6A6. Windows color (decimal): -8540932 or 16559229. OLE color: 16559229.
HSL color Cylindrical-coordinate representation of color #7DACFC: hue angle of 217.8º 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 #7DACFC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 172 | 252 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.01 |
| HSL | 217.8º | 0.95% | 0.74% | - |
| HSV(B) | 217.8º | 0.5% | 0.99% | - |
| XYZ | 40.78 | 40.89 | 97.84 | - |
| YUV | 167.07 | 175.93 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 252 | 0.50 | 0.32 | 0 | 0.01 | 217.8 | 0.95 | 0.74 |
| Hex | 7D | AC | FC | 32 | 20 | 0 | 1 | DA | 5F | 4A |
| Octal | 175 | 254 | 374 | 62 | 40 | 0 | 1 | 332 | 137 | 112 |
| Binary | 1111101 | 10101100 | 11111100 | 110010 | 100000 | 0 | 1 | 11011010 | 1011111 | 1001010 |
Color Harmonies of #7DACFC
Complementary color
Monochromatic Colors of #7DACFC
Black with #7DACFC
Text Example
Text Example
White with #7DACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DACFC; }
p { color: rgb(125,172,252); }
H1.HeaderClassName
{
color: #7DACFC;
}
.AnyTagClassName
{
color: #7DACFC;
}
</style>
background-color css
<style>
a { background-color: #7DACFC; }
a { background-color: rgb(125,172,252); }
div.DivClassName
{
background-color: #7DACFC;
}
.BgClassName
{
background-color: #7DACFC;
}
</style>
border-color css
<style>
span { border-color: #7DACFC; }
span { border-color: rgb(125,172,252); }
td.TdClassName
{
border-color: #7DACFC;
}
.TagClassName
{
border-color: #7DACFC;
}
</style>