Shades of Jordy Blue #74ABEC
Tints of Jordy Blue #74ABEC
RGB
CMYK
RGB Variations
Color information
#74ABEC (or 0x74ABEC) is known color: Jordy Blue. HEX triplet: 74, AB and EC. RGB value is (116,171,236). Sum of RGB (Red+Green+Blue) = 116+171+236=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #74ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ABEC is #8B5413. Grayscale: #A1A1A1. Windows color (decimal): -9131028 or 15510388. OLE color: 15510388.
HSL color Cylindrical-coordinate representation of color #74ABEC: hue angle of 212.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74ABEC is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 171 | 236 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.07 |
| HSL | 212.5º | 0.76% | 0.69% | - |
| HSV(B) | 212.5º | 0.51% | 0.93% | - |
| XYZ | 36.91 | 38.89 | 84.92 | - |
| YUV | 161.97 | 169.78 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 236 | 0.51 | 0.28 | 0 | 0.07 | 212.5 | 0.76 | 0.69 |
| Hex | 74 | AB | EC | 33 | 1C | 0 | 7 | D4 | 4C | 45 |
| Octal | 164 | 253 | 354 | 63 | 34 | 0 | 7 | 324 | 114 | 105 |
| Binary | 1110100 | 10101011 | 11101100 | 110011 | 11100 | 0 | 111 | 11010100 | 1001100 | 1000101 |
Color Harmonies of #74ABEC
Complementary color
Monochromatic Colors of #74ABEC
Black with #74ABEC
Text Example
Text Example
White with #74ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABEC; }
p { color: rgb(116,171,236); }
H1.HeaderClassName
{
color: #74ABEC;
}
.AnyTagClassName
{
color: #74ABEC;
}
</style>
background-color css
<style>
a { background-color: #74ABEC; }
a { background-color: rgb(116,171,236); }
div.DivClassName
{
background-color: #74ABEC;
}
.BgClassName
{
background-color: #74ABEC;
}
</style>
border-color css
<style>
span { border-color: #74ABEC; }
span { border-color: rgb(116,171,236); }
td.TdClassName
{
border-color: #74ABEC;
}
.TagClassName
{
border-color: #74ABEC;
}
</style>