Shades of Jordy Blue #7DB7DE
Tints of Jordy Blue #7DB7DE
RGB
CMYK
RGB Variations
Color information
#7DB7DE (or 0x7DB7DE) is known color: Jordy Blue. HEX triplet: 7D, B7 and DE. RGB value is (125,183,222). Sum of RGB (Red+Green+Blue) = 125+183+222=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DB7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB7DE is #824821. Grayscale: #A9A9A9. Windows color (decimal): -8538146 or 14595965. OLE color: 14595965.
HSL color Cylindrical-coordinate representation of color #7DB7DE: hue angle of 204.12º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DB7DE is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 183 | 222 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.13 |
| HSL | 204.12º | 0.6% | 0.68% | - |
| HSV(B) | 204.12º | 0.44% | 0.87% | - |
| XYZ | 38.58 | 43.5 | 75.47 | - |
| YUV | 170.1 | 157.28 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 222 | 0.44 | 0.18 | 0 | 0.13 | 204.12 | 0.6 | 0.68 |
| Hex | 7D | B7 | DE | 2C | 12 | 0 | D | CC | 3C | 44 |
| Octal | 175 | 267 | 336 | 54 | 22 | 0 | 15 | 314 | 74 | 104 |
| Binary | 1111101 | 10110111 | 11011110 | 101100 | 10010 | 0 | 1101 | 11001100 | 111100 | 1000100 |
Color Harmonies of #7DB7DE
Complementary color
Monochromatic Colors of #7DB7DE
Black with #7DB7DE
Text Example
Text Example
White with #7DB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB7DE; }
p { color: rgb(125,183,222); }
H1.HeaderClassName
{
color: #7DB7DE;
}
.AnyTagClassName
{
color: #7DB7DE;
}
</style>
background-color css
<style>
a { background-color: #7DB7DE; }
a { background-color: rgb(125,183,222); }
div.DivClassName
{
background-color: #7DB7DE;
}
.BgClassName
{
background-color: #7DB7DE;
}
</style>
border-color css
<style>
span { border-color: #7DB7DE; }
span { border-color: rgb(125,183,222); }
td.TdClassName
{
border-color: #7DB7DE;
}
.TagClassName
{
border-color: #7DB7DE;
}
</style>