Shades of Jordy Blue #74ABDC
Tints of Jordy Blue #74ABDC
RGB
CMYK
RGB Variations
Color information
#74ABDC (or 0x74ABDC) is known color: Jordy Blue. HEX triplet: 74, AB and DC. RGB value is (116,171,220). Sum of RGB (Red+Green+Blue) = 116+171+220=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #74ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABDC is #8B5423. Grayscale: #9F9F9F. Windows color (decimal): -9131044 or 14461812. OLE color: 14461812.
HSL color Cylindrical-coordinate representation of color #74ABDC: hue angle of 208.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74ABDC is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 171 | 220 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.14 |
| HSL | 208.27º | 0.6% | 0.66% | - |
| HSV(B) | 208.27º | 0.47% | 0.86% | - |
| XYZ | 34.68 | 38.01 | 73.22 | - |
| YUV | 160.14 | 161.78 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 220 | 0.47 | 0.22 | 0 | 0.14 | 208.27 | 0.6 | 0.66 |
| Hex | 74 | AB | DC | 2F | 16 | 0 | E | D0 | 3C | 42 |
| Octal | 164 | 253 | 334 | 57 | 26 | 0 | 16 | 320 | 74 | 102 |
| Binary | 1110100 | 10101011 | 11011100 | 101111 | 10110 | 0 | 1110 | 11010000 | 111100 | 1000010 |
Color Harmonies of #74ABDC
Complementary color
Monochromatic Colors of #74ABDC
Black with #74ABDC
Text Example
Text Example
White with #74ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABDC; }
p { color: rgb(116,171,220); }
H1.HeaderClassName
{
color: #74ABDC;
}
.AnyTagClassName
{
color: #74ABDC;
}
</style>
background-color css
<style>
a { background-color: #74ABDC; }
a { background-color: rgb(116,171,220); }
div.DivClassName
{
background-color: #74ABDC;
}
.BgClassName
{
background-color: #74ABDC;
}
</style>
border-color css
<style>
span { border-color: #74ABDC; }
span { border-color: rgb(116,171,220); }
td.TdClassName
{
border-color: #74ABDC;
}
.TagClassName
{
border-color: #74ABDC;
}
</style>