Shades of Jordy Blue #74ACD9
Tints of Jordy Blue #74ACD9
RGB
CMYK
RGB Variations
Color information
#74ACD9 (or 0x74ACD9) is known color: Jordy Blue. HEX triplet: 74, AC and D9. RGB value is (116,172,217). Sum of RGB (Red+Green+Blue) = 116+172+217=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #74ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACD9 is #8B5326. Grayscale: #A0A0A0. Windows color (decimal): -9130791 or 14265460. OLE color: 14265460.
HSL color Cylindrical-coordinate representation of color #74ACD9: hue angle of 206.73º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74ACD9 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 172 | 217 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.15 |
| HSL | 206.73º | 0.57% | 0.65% | - |
| HSV(B) | 206.73º | 0.47% | 0.85% | - |
| XYZ | 34.48 | 38.23 | 71.21 | - |
| YUV | 160.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 217 | 0.47 | 0.21 | 0 | 0.15 | 206.73 | 0.57 | 0.65 |
| Hex | 74 | AC | D9 | 2F | 15 | 0 | F | CF | 39 | 41 |
| Octal | 164 | 254 | 331 | 57 | 25 | 0 | 17 | 317 | 71 | 101 |
| Binary | 1110100 | 10101100 | 11011001 | 101111 | 10101 | 0 | 1111 | 11001111 | 111001 | 1000001 |
Color Harmonies of #74ACD9
Complementary color
Monochromatic Colors of #74ACD9
Black with #74ACD9
Text Example
Text Example
White with #74ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ACD9; }
p { color: rgb(116,172,217); }
H1.HeaderClassName
{
color: #74ACD9;
}
.AnyTagClassName
{
color: #74ACD9;
}
</style>
background-color css
<style>
a { background-color: #74ACD9; }
a { background-color: rgb(116,172,217); }
div.DivClassName
{
background-color: #74ACD9;
}
.BgClassName
{
background-color: #74ACD9;
}
</style>
border-color css
<style>
span { border-color: #74ACD9; }
span { border-color: rgb(116,172,217); }
td.TdClassName
{
border-color: #74ACD9;
}
.TagClassName
{
border-color: #74ACD9;
}
</style>