#75A6DA

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

Shades of Jordy Blue #75A6DA

Tints of Jordy Blue #75A6DA

Color information

#75A6DA (or 0x75A6DA) is unknown color: approx Jordy Blue. HEX triplet: 75, A6 and DA. RGB value is (117,166,218). Sum of RGB (Red+Green+Blue) = 117+166+218=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #75A6DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A6DA is #8A5925. Grayscale: #9D9D9D. Windows color (decimal): -9066790 or 14329461. OLE color: 14329461.

HSL color Cylindrical-coordinate representation of color #75A6DA: hue angle of 210.89º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75A6DA is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117166218-
CMYK0.460.2400.15
HSL210.89º57.71%65.69%-
HSV(B)210.89º46.33%85.49%-
XYZ33.6336.1271.53-
YUV157.28162.2799.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.35%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=23.35%
G=33.13%
B=43.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171662180.460.2400.15210.8957.7165.69
Hex75A6DA2E180Fd33a42
Octal165246332563001732372102
Binary111010110100110110110101011101100001111110100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,166,218); }

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

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

 a { background-color: rgb(117,166,218); }

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

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

 span { border-color: rgb(117,166,218); }

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