Shades of Jordy Blue #74ACF6
Tints of Jordy Blue #74ACF6
RGB
CMYK
RGB Variations
Color information
#74ACF6 (or 0x74ACF6) is known color: Jordy Blue. HEX triplet: 74, AC and F6. RGB value is (116,172,246). Sum of RGB (Red+Green+Blue) = 116+172+246=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #74ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ACF6 is #8B5309. Grayscale: #A3A3A3. Windows color (decimal): -9130762 or 16166004. OLE color: 16166004.
HSL color Cylindrical-coordinate representation of color #74ACF6: hue angle of 214.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74ACF6 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 172 | 246 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.04 |
| HSL | 214.15º | 0.88% | 0.71% | - |
| HSV(B) | 214.15º | 0.53% | 0.96% | - |
| XYZ | 38.59 | 39.87 | 92.85 | - |
| YUV | 163.69 | 174.45 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 246 | 0.53 | 0.30 | 0 | 0.04 | 214.15 | 0.88 | 0.71 |
| Hex | 74 | AC | F6 | 35 | 1E | 0 | 4 | D6 | 58 | 47 |
| Octal | 164 | 254 | 366 | 65 | 36 | 0 | 4 | 326 | 130 | 107 |
| Binary | 1110100 | 10101100 | 11110110 | 110101 | 11110 | 0 | 100 | 11010110 | 1011000 | 1000111 |
Color Harmonies of #74ACF6
Complementary color
Monochromatic Colors of #74ACF6
Black with #74ACF6
Text Example
Text Example
White with #74ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ACF6; }
p { color: rgb(116,172,246); }
H1.HeaderClassName
{
color: #74ACF6;
}
.AnyTagClassName
{
color: #74ACF6;
}
</style>
background-color css
<style>
a { background-color: #74ACF6; }
a { background-color: rgb(116,172,246); }
div.DivClassName
{
background-color: #74ACF6;
}
.BgClassName
{
background-color: #74ACF6;
}
</style>
border-color css
<style>
span { border-color: #74ACF6; }
span { border-color: rgb(116,172,246); }
td.TdClassName
{
border-color: #74ACF6;
}
.TagClassName
{
border-color: #74ACF6;
}
</style>