Shades of Jordy Blue #769FE5
Tints of Jordy Blue #769FE5
RGB
CMYK
RGB Variations
Color information
#769FE5 (or 0x769FE5) is known color: Jordy Blue. HEX triplet: 76, 9F and E5. RGB value is (118,159,229). Sum of RGB (Red+Green+Blue) = 118+159+229=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #769FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FE5 is #89601A. Grayscale: #9A9A9A. Windows color (decimal): -9003035 or 15048566. OLE color: 15048566.
HSL color Cylindrical-coordinate representation of color #769FE5: hue angle of 217.84º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #769FE5 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 159 | 229 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.10 |
| HSL | 217.84º | 0.68% | 0.68% | - |
| HSV(B) | 217.84º | 0.48% | 0.9% | - |
| XYZ | 34.01 | 34.3 | 78.96 | - |
| YUV | 154.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 229 | 0.48 | 0.31 | 0 | 0.10 | 217.84 | 0.68 | 0.68 |
| Hex | 76 | 9F | E5 | 30 | 1F | 0 | A | DA | 44 | 44 |
| Octal | 166 | 237 | 345 | 60 | 37 | 0 | 12 | 332 | 104 | 104 |
| Binary | 1110110 | 10011111 | 11100101 | 110000 | 11111 | 0 | 1010 | 11011010 | 1000100 | 1000100 |
Color Harmonies of #769FE5
Complementary color
Monochromatic Colors of #769FE5
Black with #769FE5
Text Example
Text Example
White with #769FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FE5; }
p { color: rgb(118,159,229); }
H1.HeaderClassName
{
color: #769FE5;
}
.AnyTagClassName
{
color: #769FE5;
}
</style>
background-color css
<style>
a { background-color: #769FE5; }
a { background-color: rgb(118,159,229); }
div.DivClassName
{
background-color: #769FE5;
}
.BgClassName
{
background-color: #769FE5;
}
</style>
border-color css
<style>
span { border-color: #769FE5; }
span { border-color: rgb(118,159,229); }
td.TdClassName
{
border-color: #769FE5;
}
.TagClassName
{
border-color: #769FE5;
}
</style>