Shades of Jordy Blue #76AAE1
Tints of Jordy Blue #76AAE1
RGB
CMYK
RGB Variations
Color information
#76AAE1 (or 0x76AAE1) is known color: Jordy Blue. HEX triplet: 76, AA and E1. RGB value is (118,170,225). Sum of RGB (Red+Green+Blue) = 118+170+225=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #76AAE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AAE1 is #89551E. Grayscale: #A0A0A0. Windows color (decimal): -9000223 or 14789238. OLE color: 14789238.
HSL color Cylindrical-coordinate representation of color #76AAE1: hue angle of 210.84º 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 #76AAE1 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 170 | 225 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.12 |
| HSL | 210.84º | 0.64% | 0.67% | - |
| HSV(B) | 210.84º | 0.48% | 0.88% | - |
| XYZ | 35.44 | 38.04 | 76.71 | - |
| YUV | 160.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 225 | 0.48 | 0.24 | 0 | 0.12 | 210.84 | 0.64 | 0.67 |
| Hex | 76 | AA | E1 | 30 | 18 | 0 | C | D3 | 40 | 43 |
| Octal | 166 | 252 | 341 | 60 | 30 | 0 | 14 | 323 | 100 | 103 |
| Binary | 1110110 | 10101010 | 11100001 | 110000 | 11000 | 0 | 1100 | 11010011 | 1000000 | 1000011 |
Color Harmonies of #76AAE1
Complementary color
Monochromatic Colors of #76AAE1
Black with #76AAE1
Text Example
Text Example
White with #76AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AAE1; }
p { color: rgb(118,170,225); }
H1.HeaderClassName
{
color: #76AAE1;
}
.AnyTagClassName
{
color: #76AAE1;
}
</style>
background-color css
<style>
a { background-color: #76AAE1; }
a { background-color: rgb(118,170,225); }
div.DivClassName
{
background-color: #76AAE1;
}
.BgClassName
{
background-color: #76AAE1;
}
</style>
border-color css
<style>
span { border-color: #76AAE1; }
span { border-color: rgb(118,170,225); }
td.TdClassName
{
border-color: #76AAE1;
}
.TagClassName
{
border-color: #76AAE1;
}
</style>