Shades of Jordy Blue #7DB1F6
Tints of Jordy Blue #7DB1F6
RGB
CMYK
RGB Variations
Color information
#7DB1F6 (or 0x7DB1F6) is known color: Jordy Blue. HEX triplet: 7D, B1 and F6. RGB value is (125,177,246). Sum of RGB (Red+Green+Blue) = 125+177+246=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #7DB1F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB1F6 is #824E09. Grayscale: #A8A8A8. Windows color (decimal): -8539658 or 16167293. OLE color: 16167293.
HSL color Cylindrical-coordinate representation of color #7DB1F6: hue angle of 214.21º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DB1F6 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 177 | 246 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.04 |
| HSL | 214.21º | 0.87% | 0.73% | - |
| HSV(B) | 214.21º | 0.49% | 0.96% | - |
| XYZ | 40.81 | 42.46 | 93.23 | - |
| YUV | 169.32 | 171.27 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 246 | 0.49 | 0.28 | 0 | 0.04 | 214.21 | 0.87 | 0.73 |
| Hex | 7D | B1 | F6 | 31 | 1C | 0 | 4 | D6 | 57 | 49 |
| Octal | 175 | 261 | 366 | 61 | 34 | 0 | 4 | 326 | 127 | 111 |
| Binary | 1111101 | 10110001 | 11110110 | 110001 | 11100 | 0 | 100 | 11010110 | 1010111 | 1001001 |
Color Harmonies of #7DB1F6
Complementary color
Monochromatic Colors of #7DB1F6
Black with #7DB1F6
Text Example
Text Example
White with #7DB1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB1F6; }
p { color: rgb(125,177,246); }
H1.HeaderClassName
{
color: #7DB1F6;
}
.AnyTagClassName
{
color: #7DB1F6;
}
</style>
background-color css
<style>
a { background-color: #7DB1F6; }
a { background-color: rgb(125,177,246); }
div.DivClassName
{
background-color: #7DB1F6;
}
.BgClassName
{
background-color: #7DB1F6;
}
</style>
border-color css
<style>
span { border-color: #7DB1F6; }
span { border-color: rgb(125,177,246); }
td.TdClassName
{
border-color: #7DB1F6;
}
.TagClassName
{
border-color: #7DB1F6;
}
</style>