#75A1DC

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

Shades of Jordy Blue #75A1DC

Tints of Jordy Blue #75A1DC

Color information

#75A1DC (or 0x75A1DC) is unknown color: approx Jordy Blue. HEX triplet: 75, A1 and DC. RGB value is (117,161,220). Sum of RGB (Red+Green+Blue) = 117+161+220=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #75A1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A1DC is #8A5E23. Grayscale: #9A9A9A. Windows color (decimal): -9068068 or 14459253. OLE color: 14459253.

HSL color Cylindrical-coordinate representation of color #75A1DC: hue angle of 214.37º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75A1DC is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117161220-
CMYK0.470.2700.14
HSL214.37º59.54%66.08%-
HSV(B)214.37º46.82%86.27%-
XYZ3334.4472.62-
YUV154.57164.92101.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=23.49%
G=32.33%
B=44.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171612200.470.2700.14214.3759.5466.08
Hex75A1DC2F1B0Ed63c42
Octal165241334573301632674102
Binary111010110100001110111001011111101101110110101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,161,220); }

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

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

 a { background-color: rgb(117,161,220); }

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

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

 span { border-color: rgb(117,161,220); }

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