Shades of Jordy Blue #76AADF
Tints of Jordy Blue #76AADF
RGB
CMYK
RGB Variations
Color information
#76AADF (or 0x76AADF) is known color: Jordy Blue. HEX triplet: 76, AA and DF. RGB value is (118,170,223). Sum of RGB (Red+Green+Blue) = 118+170+223=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #76AADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AADF is #895520. Grayscale: #A0A0A0. Windows color (decimal): -9000225 or 14658166. OLE color: 14658166.
HSL color Cylindrical-coordinate representation of color #76AADF: hue angle of 210.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76AADF is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 170 | 223 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.13 |
| HSL | 210.29º | 0.62% | 0.67% | - |
| HSV(B) | 210.29º | 0.47% | 0.87% | - |
| XYZ | 35.17 | 37.93 | 75.28 | - |
| YUV | 160.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 223 | 0.47 | 0.24 | 0 | 0.13 | 210.29 | 0.62 | 0.67 |
| Hex | 76 | AA | DF | 2F | 18 | 0 | D | D2 | 3E | 43 |
| Octal | 166 | 252 | 337 | 57 | 30 | 0 | 15 | 322 | 76 | 103 |
| Binary | 1110110 | 10101010 | 11011111 | 101111 | 11000 | 0 | 1101 | 11010010 | 111110 | 1000011 |
Color Harmonies of #76AADF
Complementary color
Monochromatic Colors of #76AADF
Black with #76AADF
Text Example
Text Example
White with #76AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AADF; }
p { color: rgb(118,170,223); }
H1.HeaderClassName
{
color: #76AADF;
}
.AnyTagClassName
{
color: #76AADF;
}
</style>
background-color css
<style>
a { background-color: #76AADF; }
a { background-color: rgb(118,170,223); }
div.DivClassName
{
background-color: #76AADF;
}
.BgClassName
{
background-color: #76AADF;
}
</style>
border-color css
<style>
span { border-color: #76AADF; }
span { border-color: rgb(118,170,223); }
td.TdClassName
{
border-color: #76AADF;
}
.TagClassName
{
border-color: #76AADF;
}
</style>