Shades of Jordy Blue #7DB9E0
Tints of Jordy Blue #7DB9E0
RGB
CMYK
RGB Variations
Color information
#7DB9E0 (or 0x7DB9E0) is known color: Jordy Blue. HEX triplet: 7D, B9 and E0. RGB value is (125,185,224). Sum of RGB (Red+Green+Blue) = 125+185+224=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #7DB9E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB9E0 is #82461F. Grayscale: #ABABAB. Windows color (decimal): -8537632 or 14727549. OLE color: 14727549.
HSL color Cylindrical-coordinate representation of color #7DB9E0: hue angle of 203.64º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DB9E0 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 185 | 224 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.12 |
| HSL | 203.64º | 0.61% | 0.68% | - |
| HSV(B) | 203.64º | 0.44% | 0.88% | - |
| XYZ | 39.26 | 44.44 | 77.03 | - |
| YUV | 171.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 224 | 0.44 | 0.17 | 0 | 0.12 | 203.64 | 0.61 | 0.68 |
| Hex | 7D | B9 | E0 | 2C | 11 | 0 | C | CC | 3D | 44 |
| Octal | 175 | 271 | 340 | 54 | 21 | 0 | 14 | 314 | 75 | 104 |
| Binary | 1111101 | 10111001 | 11100000 | 101100 | 10001 | 0 | 1100 | 11001100 | 111101 | 1000100 |
Color Harmonies of #7DB9E0
Complementary color
Monochromatic Colors of #7DB9E0
Black with #7DB9E0
Text Example
Text Example
White with #7DB9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB9E0; }
p { color: rgb(125,185,224); }
H1.HeaderClassName
{
color: #7DB9E0;
}
.AnyTagClassName
{
color: #7DB9E0;
}
</style>
background-color css
<style>
a { background-color: #7DB9E0; }
a { background-color: rgb(125,185,224); }
div.DivClassName
{
background-color: #7DB9E0;
}
.BgClassName
{
background-color: #7DB9E0;
}
</style>
border-color css
<style>
span { border-color: #7DB9E0; }
span { border-color: rgb(125,185,224); }
td.TdClassName
{
border-color: #7DB9E0;
}
.TagClassName
{
border-color: #7DB9E0;
}
</style>