Shades of Jordy Blue #7DB6EF
Tints of Jordy Blue #7DB6EF
RGB
CMYK
RGB Variations
Color information
#7DB6EF (or 0x7DB6EF) is known color: Jordy Blue. HEX triplet: 7D, B6 and EF. RGB value is (125,182,239). Sum of RGB (Red+Green+Blue) = 125+182+239=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DB6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB6EF is #824910. Grayscale: #ABABAB. Windows color (decimal): -8538385 or 15709821. OLE color: 15709821.
HSL color Cylindrical-coordinate representation of color #7DB6EF: hue angle of 210º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB6EF is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 182 | 239 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.06 |
| HSL | 210º | 0.78% | 0.71% | - |
| HSV(B) | 210º | 0.48% | 0.94% | - |
| XYZ | 40.77 | 44.05 | 88.01 | - |
| YUV | 171.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 239 | 0.48 | 0.24 | 0 | 0.06 | 210 | 0.78 | 0.71 |
| Hex | 7D | B6 | EF | 30 | 18 | 0 | 6 | D2 | 4E | 47 |
| Octal | 175 | 266 | 357 | 60 | 30 | 0 | 6 | 322 | 116 | 107 |
| Binary | 1111101 | 10110110 | 11101111 | 110000 | 11000 | 0 | 110 | 11010010 | 1001110 | 1000111 |
Color Harmonies of #7DB6EF
Complementary color
Monochromatic Colors of #7DB6EF
Black with #7DB6EF
Text Example
Text Example
White with #7DB6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB6EF; }
p { color: rgb(125,182,239); }
H1.HeaderClassName
{
color: #7DB6EF;
}
.AnyTagClassName
{
color: #7DB6EF;
}
</style>
background-color css
<style>
a { background-color: #7DB6EF; }
a { background-color: rgb(125,182,239); }
div.DivClassName
{
background-color: #7DB6EF;
}
.BgClassName
{
background-color: #7DB6EF;
}
</style>
border-color css
<style>
span { border-color: #7DB6EF; }
span { border-color: rgb(125,182,239); }
td.TdClassName
{
border-color: #7DB6EF;
}
.TagClassName
{
border-color: #7DB6EF;
}
</style>