Shades of Jordy Blue #769CE1
Tints of Jordy Blue #769CE1
RGB
CMYK
RGB Variations
Color information
#769CE1 (or 0x769CE1) is known color: Jordy Blue. HEX triplet: 76, 9C and E1. RGB value is (118,156,225). Sum of RGB (Red+Green+Blue) = 118+156+225=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #769CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CE1 is #89631E. Grayscale: #989898. Windows color (decimal): -9003807 or 14785654. OLE color: 14785654.
HSL color Cylindrical-coordinate representation of color #769CE1: hue angle of 218.69º 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 #769CE1 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 156 | 225 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.12 |
| HSL | 218.69º | 0.64% | 0.67% | - |
| HSV(B) | 218.69º | 0.48% | 0.88% | - |
| XYZ | 32.95 | 33.06 | 75.88 | - |
| YUV | 152.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 225 | 0.48 | 0.31 | 0 | 0.12 | 218.69 | 0.64 | 0.67 |
| Hex | 76 | 9C | E1 | 30 | 1F | 0 | C | DB | 40 | 43 |
| Octal | 166 | 234 | 341 | 60 | 37 | 0 | 14 | 333 | 100 | 103 |
| Binary | 1110110 | 10011100 | 11100001 | 110000 | 11111 | 0 | 1100 | 11011011 | 1000000 | 1000011 |
Color Harmonies of #769CE1
Complementary color
Monochromatic Colors of #769CE1
Black with #769CE1
Text Example
Text Example
White with #769CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CE1; }
p { color: rgb(118,156,225); }
H1.HeaderClassName
{
color: #769CE1;
}
.AnyTagClassName
{
color: #769CE1;
}
</style>
background-color css
<style>
a { background-color: #769CE1; }
a { background-color: rgb(118,156,225); }
div.DivClassName
{
background-color: #769CE1;
}
.BgClassName
{
background-color: #769CE1;
}
</style>
border-color css
<style>
span { border-color: #769CE1; }
span { border-color: rgb(118,156,225); }
td.TdClassName
{
border-color: #769CE1;
}
.TagClassName
{
border-color: #769CE1;
}
</style>