Shades of Jordy Blue #74ADEC
Tints of Jordy Blue #74ADEC
RGB
CMYK
RGB Variations
Color information
#74ADEC (or 0x74ADEC) is known color: Jordy Blue. HEX triplet: 74, AD and EC. RGB value is (116,173,236). Sum of RGB (Red+Green+Blue) = 116+173+236=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #74ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADEC is #8B5213. Grayscale: #A2A2A2. Windows color (decimal): -9130516 or 15510900. OLE color: 15510900.
HSL color Cylindrical-coordinate representation of color #74ADEC: hue angle of 211.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 #74ADEC is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 173 | 236 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.07 |
| HSL | 211.5º | 0.76% | 0.69% | - |
| HSV(B) | 211.5º | 0.51% | 0.93% | - |
| XYZ | 37.29 | 39.66 | 85.05 | - |
| YUV | 163.14 | 169.12 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 236 | 0.51 | 0.27 | 0 | 0.07 | 211.5 | 0.76 | 0.69 |
| Hex | 74 | AD | EC | 33 | 1B | 0 | 7 | D4 | 4C | 45 |
| Octal | 164 | 255 | 354 | 63 | 33 | 0 | 7 | 324 | 114 | 105 |
| Binary | 1110100 | 10101101 | 11101100 | 110011 | 11011 | 0 | 111 | 11010100 | 1001100 | 1000101 |
Color Harmonies of #74ADEC
Complementary color
Monochromatic Colors of #74ADEC
Black with #74ADEC
Text Example
Text Example
White with #74ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADEC; }
p { color: rgb(116,173,236); }
H1.HeaderClassName
{
color: #74ADEC;
}
.AnyTagClassName
{
color: #74ADEC;
}
</style>
background-color css
<style>
a { background-color: #74ADEC; }
a { background-color: rgb(116,173,236); }
div.DivClassName
{
background-color: #74ADEC;
}
.BgClassName
{
background-color: #74ADEC;
}
</style>
border-color css
<style>
span { border-color: #74ADEC; }
span { border-color: rgb(116,173,236); }
td.TdClassName
{
border-color: #74ADEC;
}
.TagClassName
{
border-color: #74ADEC;
}
</style>