Shades of Jordy Blue #74ACE0
Tints of Jordy Blue #74ACE0
RGB
CMYK
RGB Variations
Color information
#74ACE0 (or 0x74ACE0) is known color: Jordy Blue. HEX triplet: 74, AC and E0. RGB value is (116,172,224). Sum of RGB (Red+Green+Blue) = 116+172+224=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #74ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACE0 is #8B531F. Grayscale: #A0A0A0. Windows color (decimal): -9130784 or 14724212. OLE color: 14724212.
HSL color Cylindrical-coordinate representation of color #74ACE0: hue angle of 208.89º 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 #74ACE0 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 172 | 224 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.12 |
| HSL | 208.89º | 0.64% | 0.67% | - |
| HSV(B) | 208.89º | 0.48% | 0.88% | - |
| XYZ | 35.41 | 38.6 | 76.11 | - |
| YUV | 161.18 | 163.45 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 224 | 0.48 | 0.23 | 0 | 0.12 | 208.89 | 0.64 | 0.67 |
| Hex | 74 | AC | E0 | 30 | 17 | 0 | C | D1 | 40 | 43 |
| Octal | 164 | 254 | 340 | 60 | 27 | 0 | 14 | 321 | 100 | 103 |
| Binary | 1110100 | 10101100 | 11100000 | 110000 | 10111 | 0 | 1100 | 11010001 | 1000000 | 1000011 |
Color Harmonies of #74ACE0
Complementary color
Monochromatic Colors of #74ACE0
Black with #74ACE0
Text Example
Text Example
White with #74ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ACE0; }
p { color: rgb(116,172,224); }
H1.HeaderClassName
{
color: #74ACE0;
}
.AnyTagClassName
{
color: #74ACE0;
}
</style>
background-color css
<style>
a { background-color: #74ACE0; }
a { background-color: rgb(116,172,224); }
div.DivClassName
{
background-color: #74ACE0;
}
.BgClassName
{
background-color: #74ACE0;
}
</style>
border-color css
<style>
span { border-color: #74ACE0; }
span { border-color: rgb(116,172,224); }
td.TdClassName
{
border-color: #74ACE0;
}
.TagClassName
{
border-color: #74ACE0;
}
</style>