Shades of Jordy Blue #76ABE5
Tints of Jordy Blue #76ABE5
RGB
CMYK
RGB Variations
Color information
#76ABE5 (or 0x76ABE5) is known color: Jordy Blue. HEX triplet: 76, AB and E5. RGB value is (118,171,229). Sum of RGB (Red+Green+Blue) = 118+171+229=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #76ABE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABE5 is #89541A. Grayscale: #A1A1A1. Windows color (decimal): -8999963 or 15051638. OLE color: 15051638.
HSL color Cylindrical-coordinate representation of color #76ABE5: hue angle of 211.35º 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 #76ABE5 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 171 | 229 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.10 |
| HSL | 211.35º | 0.68% | 0.68% | - |
| HSV(B) | 211.35º | 0.48% | 0.9% | - |
| XYZ | 36.18 | 38.63 | 79.68 | - |
| YUV | 161.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 229 | 0.48 | 0.25 | 0 | 0.10 | 211.35 | 0.68 | 0.68 |
| Hex | 76 | AB | E5 | 30 | 19 | 0 | A | D3 | 44 | 44 |
| Octal | 166 | 253 | 345 | 60 | 31 | 0 | 12 | 323 | 104 | 104 |
| Binary | 1110110 | 10101011 | 11100101 | 110000 | 11001 | 0 | 1010 | 11010011 | 1000100 | 1000100 |
Color Harmonies of #76ABE5
Complementary color
Monochromatic Colors of #76ABE5
Black with #76ABE5
Text Example
Text Example
White with #76ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABE5; }
p { color: rgb(118,171,229); }
H1.HeaderClassName
{
color: #76ABE5;
}
.AnyTagClassName
{
color: #76ABE5;
}
</style>
background-color css
<style>
a { background-color: #76ABE5; }
a { background-color: rgb(118,171,229); }
div.DivClassName
{
background-color: #76ABE5;
}
.BgClassName
{
background-color: #76ABE5;
}
</style>
border-color css
<style>
span { border-color: #76ABE5; }
span { border-color: rgb(118,171,229); }
td.TdClassName
{
border-color: #76ABE5;
}
.TagClassName
{
border-color: #76ABE5;
}
</style>