Shades of Jordy Blue #769CDE
Tints of Jordy Blue #769CDE
RGB
CMYK
RGB Variations
Color information
#769CDE (or 0x769CDE) is known color: Jordy Blue. HEX triplet: 76, 9C and DE. RGB value is (118,156,222). Sum of RGB (Red+Green+Blue) = 118+156+222=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #769CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CDE is #896321. Grayscale: #979797. Windows color (decimal): -9003810 or 14589046. OLE color: 14589046.
HSL color Cylindrical-coordinate representation of color #769CDE: hue angle of 218.08º 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 #769CDE is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 156 | 222 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.13 |
| HSL | 218.08º | 0.61% | 0.67% | - |
| HSV(B) | 218.08º | 0.47% | 0.87% | - |
| XYZ | 32.54 | 32.9 | 73.74 | - |
| YUV | 152.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 222 | 0.47 | 0.30 | 0 | 0.13 | 218.08 | 0.61 | 0.67 |
| Hex | 76 | 9C | DE | 2F | 1E | 0 | D | DA | 3D | 43 |
| Octal | 166 | 234 | 336 | 57 | 36 | 0 | 15 | 332 | 75 | 103 |
| Binary | 1110110 | 10011100 | 11011110 | 101111 | 11110 | 0 | 1101 | 11011010 | 111101 | 1000011 |
Color Harmonies of #769CDE
Complementary color
Monochromatic Colors of #769CDE
Black with #769CDE
Text Example
Text Example
White with #769CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CDE; }
p { color: rgb(118,156,222); }
H1.HeaderClassName
{
color: #769CDE;
}
.AnyTagClassName
{
color: #769CDE;
}
</style>
background-color css
<style>
a { background-color: #769CDE; }
a { background-color: rgb(118,156,222); }
div.DivClassName
{
background-color: #769CDE;
}
.BgClassName
{
background-color: #769CDE;
}
</style>
border-color css
<style>
span { border-color: #769CDE; }
span { border-color: rgb(118,156,222); }
td.TdClassName
{
border-color: #769CDE;
}
.TagClassName
{
border-color: #769CDE;
}
</style>