#75A4EC

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

Shades of Jordy Blue #75A4EC

Tints of Jordy Blue #75A4EC

Color information

#75A4EC (or 0x75A4EC) is unknown color: approx Jordy Blue. HEX triplet: 75, A4 and EC. RGB value is (117,164,236). Sum of RGB (Red+Green+Blue) = 117+164+236=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #75A4EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A4EC is #8A5B13. Grayscale: #9D9D9D. Windows color (decimal): -9067284 or 15508597. OLE color: 15508597.

HSL color Cylindrical-coordinate representation of color #75A4EC: hue angle of 216.3º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75A4EC is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117164236-
CMYK0.500.3100.07
HSL216.3º75.8%69.22%-
HSV(B)216.3º50.42%92.55%-
XYZ35.7536.3984.5-
YUV158.16171.9398.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.63%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=22.63%
G=31.72%
B=45.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171642360.500.3100.07216.375.869.22
Hex75A4EC321F07d84c45
Octal165244354623707330114105
Binary111010110100100111011001100101111101111101100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,164,236); }

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

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

 a { background-color: rgb(117,164,236); }

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

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

 span { border-color: rgb(117,164,236); }

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