#75A3CF

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

Shades of Jordy Blue #75A3CF

Tints of Jordy Blue #75A3CF

Color information

#75A3CF (or 0x75A3CF) is unknown color: approx Jordy Blue. HEX triplet: 75, A3 and CF. RGB value is (117,163,207). Sum of RGB (Red+Green+Blue) = 117+163+207=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #75A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A3CF is #8A5C30. Grayscale: #9A9A9A. Windows color (decimal): -9067569 or 13607797. OLE color: 13607797.

HSL color Cylindrical-coordinate representation of color #75A3CF: hue angle of 209.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75A3CF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117163207-
CMYK0.430.2100.19
HSL209.33º48.39%63.53%-
HSV(B)209.33º43.48%81.18%-
XYZ31.734.4864.02-
YUV154.26157.76101.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.02%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=24.02%
G=33.47%
B=42.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171632070.430.2100.19209.3348.3963.53
Hex75A3CF2B15013d13040
Octal165243317532502332160100
Binary1110101101000111100111110101110101010011110100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,163,207); }

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

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

 a { background-color: rgb(117,163,207); }

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

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

 span { border-color: rgb(117,163,207); }

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