Shades of Jordy Blue #769FE1
Tints of Jordy Blue #769FE1
RGB
CMYK
RGB Variations
Color information
#769FE1 (or 0x769FE1) is known color: Jordy Blue. HEX triplet: 76, 9F and E1. RGB value is (118,159,225). Sum of RGB (Red+Green+Blue) = 118+159+225=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #769FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FE1 is #89601E. Grayscale: #999999. Windows color (decimal): -9003039 or 14786422. OLE color: 14786422.
HSL color Cylindrical-coordinate representation of color #769FE1: hue angle of 217.01º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #769FE1 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 159 | 225 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.12 |
| HSL | 217.01º | 0.64% | 0.67% | - |
| HSV(B) | 217.01º | 0.48% | 0.88% | - |
| XYZ | 33.46 | 34.08 | 76.05 | - |
| YUV | 154.27 | 167.92 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 225 | 0.48 | 0.29 | 0 | 0.12 | 217.01 | 0.64 | 0.67 |
| Hex | 76 | 9F | E1 | 30 | 1D | 0 | C | D9 | 40 | 43 |
| Octal | 166 | 237 | 341 | 60 | 35 | 0 | 14 | 331 | 100 | 103 |
| Binary | 1110110 | 10011111 | 11100001 | 110000 | 11101 | 0 | 1100 | 11011001 | 1000000 | 1000011 |
Color Harmonies of #769FE1
Complementary color
Monochromatic Colors of #769FE1
Black with #769FE1
Text Example
Text Example
White with #769FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FE1; }
p { color: rgb(118,159,225); }
H1.HeaderClassName
{
color: #769FE1;
}
.AnyTagClassName
{
color: #769FE1;
}
</style>
background-color css
<style>
a { background-color: #769FE1; }
a { background-color: rgb(118,159,225); }
div.DivClassName
{
background-color: #769FE1;
}
.BgClassName
{
background-color: #769FE1;
}
</style>
border-color css
<style>
span { border-color: #769FE1; }
span { border-color: rgb(118,159,225); }
td.TdClassName
{
border-color: #769FE1;
}
.TagClassName
{
border-color: #769FE1;
}
</style>