#74AAF7

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

Shades of Jordy Blue #74AAF7

Tints of Jordy Blue #74AAF7

Color information

#74AAF7 (or 0x74AAF7) is unknown color: approx Jordy Blue. HEX triplet: 74, AA and F7. RGB value is (116,170,247). Sum of RGB (Red+Green+Blue) = 116+170+247=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #74AAF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AAF7 is #8B5508. Grayscale: #A2A2A2. Windows color (decimal): -9131273 or 16231028. OLE color: 16231028.

HSL color Cylindrical-coordinate representation of color #74AAF7: hue angle of 215.27º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74AAF7 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB116170247-
CMYK0.530.3100.03
HSL215.27º89.12%71.18%-
HSV(B)215.27º53.04%96.86%-
XYZ38.3739.1893.54-
YUV162.63175.6194.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.76%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 247 (96.88% from 255) = 46.34%
R=21.76%
G=31.89%
B=46.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1161702470.530.3100.03215.2789.1271.18
Hex74AAF7351F03d75947
Octal164252367653703327131107
Binary11101001010101011110111110101111110111101011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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