#74AAD9

Color #74AAD9 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #74AAD9

Tints of Jordy Blue #74AAD9

Color information

#74AAD9 (or 0x74AAD9) is unknown color: approx Jordy Blue. HEX triplet: 74, AA and D9. RGB value is (116,170,217). Sum of RGB (Red+Green+Blue) = 116+170+217=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #74AAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AAD9 is #8B5526. Grayscale: #9E9E9E. Windows color (decimal): -9131303 or 14264948. OLE color: 14264948.

HSL color Cylindrical-coordinate representation of color #74AAD9: hue angle of 207.92º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74AAD9 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB116170217-
CMYK0.470.2200.15
HSL207.92º57.06%65.29%-
HSV(B)207.92º46.54%85.1%-
XYZ34.137.4771.08-
YUV159.21160.6197.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 23.06%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 217 (85.16% from 255) = 43.14%
R=23.06%
G=33.80%
B=43.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161702170.470.2200.15207.9257.0665.29
Hex74AAD92F160Fd03941
Octal164252331572601732071101
Binary111010010101010110110011011111011001111110100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AAD9; }

 p { color: rgb(116,170,217); }

 H1.HeaderClassName
 {
   color: #74AAD9;
 }
 .AnyTagClassName
 {
   color: #74AAD9;
 }
</style>
background-color css

<style>
 a { background-color: #74AAD9; }

 a { background-color: rgb(116,170,217); }

 div.DivClassName
 {
   background-color: #74AAD9;
 }
 .BgClassName
 {
   background-color: #74AAD9;
 }
</style>
border-color css

<style>
 span { border-color: #74AAD9; }

 span { border-color: rgb(116,170,217); }

 td.TdClassName
 {
   border-color: #74AAD9;
 }
 .TagClassName
 {
   border-color: #74AAD9;
 }
</style>