Shades of Jordy Blue #74AEEC
Tints of Jordy Blue #74AEEC
RGB
CMYK
RGB Variations
Color information
#74AEEC (or 0x74AEEC) is known color: Jordy Blue. HEX triplet: 74, AE and EC. RGB value is (116,174,236). Sum of RGB (Red+Green+Blue) = 116+174+236=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #74AEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AEEC is #8B5113. Grayscale: #A3A3A3. Windows color (decimal): -9130260 or 15511156. OLE color: 15511156.
HSL color Cylindrical-coordinate representation of color #74AEEC: hue angle of 211º 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 #74AEEC is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 174 | 236 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.07 |
| HSL | 211º | 0.76% | 0.69% | - |
| HSV(B) | 211º | 0.51% | 0.93% | - |
| XYZ | 37.48 | 40.04 | 85.11 | - |
| YUV | 163.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 236 | 0.51 | 0.26 | 0 | 0.07 | 211 | 0.76 | 0.69 |
| Hex | 74 | AE | EC | 33 | 1A | 0 | 7 | D3 | 4C | 45 |
| Octal | 164 | 256 | 354 | 63 | 32 | 0 | 7 | 323 | 114 | 105 |
| Binary | 1110100 | 10101110 | 11101100 | 110011 | 11010 | 0 | 111 | 11010011 | 1001100 | 1000101 |
Color Harmonies of #74AEEC
Complementary color
Monochromatic Colors of #74AEEC
Black with #74AEEC
Text Example
Text Example
White with #74AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AEEC; }
p { color: rgb(116,174,236); }
H1.HeaderClassName
{
color: #74AEEC;
}
.AnyTagClassName
{
color: #74AEEC;
}
</style>
background-color css
<style>
a { background-color: #74AEEC; }
a { background-color: rgb(116,174,236); }
div.DivClassName
{
background-color: #74AEEC;
}
.BgClassName
{
background-color: #74AEEC;
}
</style>
border-color css
<style>
span { border-color: #74AEEC; }
span { border-color: rgb(116,174,236); }
td.TdClassName
{
border-color: #74AEEC;
}
.TagClassName
{
border-color: #74AEEC;
}
</style>