Shades of Jordy Blue #74ACD6
Tints of Jordy Blue #74ACD6
RGB
CMYK
RGB Variations
Color information
#74ACD6 (or 0x74ACD6) is known color: Jordy Blue. HEX triplet: 74, AC and D6. RGB value is (116,172,214). Sum of RGB (Red+Green+Blue) = 116+172+214=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #74ACD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACD6 is #8B5329. Grayscale: #9F9F9F. Windows color (decimal): -9130794 or 14068852. OLE color: 14068852.
HSL color Cylindrical-coordinate representation of color #74ACD6: hue angle of 205.71º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74ACD6 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 172 | 214 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.16 |
| HSL | 205.71º | 0.54% | 0.65% | - |
| HSV(B) | 205.71º | 0.46% | 0.84% | - |
| XYZ | 34.09 | 38.07 | 69.17 | - |
| YUV | 160.04 | 158.45 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 214 | 0.46 | 0.20 | 0 | 0.16 | 205.71 | 0.54 | 0.65 |
| Hex | 74 | AC | D6 | 2E | 14 | 0 | 10 | CE | 36 | 41 |
| Octal | 164 | 254 | 326 | 56 | 24 | 0 | 20 | 316 | 66 | 101 |
| Binary | 1110100 | 10101100 | 11010110 | 101110 | 10100 | 0 | 10000 | 11001110 | 110110 | 1000001 |
Color Harmonies of #74ACD6
Complementary color
Monochromatic Colors of #74ACD6
Black with #74ACD6
Text Example
Text Example
White with #74ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ACD6; }
p { color: rgb(116,172,214); }
H1.HeaderClassName
{
color: #74ACD6;
}
.AnyTagClassName
{
color: #74ACD6;
}
</style>
background-color css
<style>
a { background-color: #74ACD6; }
a { background-color: rgb(116,172,214); }
div.DivClassName
{
background-color: #74ACD6;
}
.BgClassName
{
background-color: #74ACD6;
}
</style>
border-color css
<style>
span { border-color: #74ACD6; }
span { border-color: rgb(116,172,214); }
td.TdClassName
{
border-color: #74ACD6;
}
.TagClassName
{
border-color: #74ACD6;
}
</style>