Shades of Jordy Blue #769EDE
Tints of Jordy Blue #769EDE
RGB
CMYK
RGB Variations
Color information
#769EDE (or 0x769EDE) is known color: Jordy Blue. HEX triplet: 76, 9E and DE. RGB value is (118,158,222). Sum of RGB (Red+Green+Blue) = 118+158+222=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #769EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EDE is #896121. Grayscale: #999999. Windows color (decimal): -9003298 or 14589558. OLE color: 14589558.
HSL color Cylindrical-coordinate representation of color #769EDE: hue angle of 216.92º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769EDE is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 158 | 222 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.13 |
| HSL | 216.92º | 0.61% | 0.67% | - |
| HSV(B) | 216.92º | 0.47% | 0.87% | - |
| XYZ | 32.88 | 33.58 | 73.86 | - |
| YUV | 153.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 222 | 0.47 | 0.29 | 0 | 0.13 | 216.92 | 0.61 | 0.67 |
| Hex | 76 | 9E | DE | 2F | 1D | 0 | D | D9 | 3D | 43 |
| Octal | 166 | 236 | 336 | 57 | 35 | 0 | 15 | 331 | 75 | 103 |
| Binary | 1110110 | 10011110 | 11011110 | 101111 | 11101 | 0 | 1101 | 11011001 | 111101 | 1000011 |
Color Harmonies of #769EDE
Complementary color
Monochromatic Colors of #769EDE
Black with #769EDE
Text Example
Text Example
White with #769EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EDE; }
p { color: rgb(118,158,222); }
H1.HeaderClassName
{
color: #769EDE;
}
.AnyTagClassName
{
color: #769EDE;
}
</style>
background-color css
<style>
a { background-color: #769EDE; }
a { background-color: rgb(118,158,222); }
div.DivClassName
{
background-color: #769EDE;
}
.BgClassName
{
background-color: #769EDE;
}
</style>
border-color css
<style>
span { border-color: #769EDE; }
span { border-color: rgb(118,158,222); }
td.TdClassName
{
border-color: #769EDE;
}
.TagClassName
{
border-color: #769EDE;
}
</style>