#75AAF7

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

Shades of Jordy Blue #75AAF7

Tints of Jordy Blue #75AAF7

Color information

#75AAF7 (or 0x75AAF7) is unknown color: approx Jordy Blue. HEX triplet: 75, AA and F7. RGB value is (117,170,247). Sum of RGB (Red+Green+Blue) = 117+170+247=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #75AAF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75AAF7 is #8A5508. Grayscale: #A2A2A2. Windows color (decimal): -9065737 or 16231029. OLE color: 16231029.

HSL color Cylindrical-coordinate representation of color #75AAF7: hue angle of 215.54º 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 #75AAF7 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB117170247-
CMYK0.530.3100.03
HSL215.54º89.04%71.37%-
HSV(B)215.54º52.63%96.86%-
XYZ38.539.2593.54-
YUV162.93175.4495.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.91%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 247 (96.88% from 255) = 46.25%
R=21.91%
G=31.84%
B=46.25%

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
Decimal1171702470.530.3100.03215.5489.0471.37
Hex75AAF7351F03d85947
Octal165252367653703330131107
Binary11101011010101011110111110101111110111101100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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