#75AADE

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

Shades of Jordy Blue #75AADE

Tints of Jordy Blue #75AADE

Color information

#75AADE (or 0x75AADE) is unknown color: approx Jordy Blue. HEX triplet: 75, AA and DE. RGB value is (117,170,222). Sum of RGB (Red+Green+Blue) = 117+170+222=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #75AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AADE is #8A5521. Grayscale: #9F9F9F. Windows color (decimal): -9065762 or 14592629. OLE color: 14592629.

HSL color Cylindrical-coordinate representation of color #75AADE: hue angle of 209.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75AADE is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117170222-
CMYK0.470.2300.13
HSL209.71º61.4%66.47%-
HSV(B)209.71º47.3%87.06%-
XYZ34.937.8174.57-
YUV160.08162.9497.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.99%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=22.99%
G=33.40%
B=43.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171702220.470.2300.13209.7161.466.47
Hex75AADE2F170Dd23d42
Octal165252336572701532275102
Binary111010110101010110111101011111011101101110100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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