#75A2DC

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

Shades of Jordy Blue #75A2DC

Tints of Jordy Blue #75A2DC

Color information

#75A2DC (or 0x75A2DC) is unknown color: approx Jordy Blue. HEX triplet: 75, A2 and DC. RGB value is (117,162,220). Sum of RGB (Red+Green+Blue) = 117+162+220=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #75A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2DC is #8A5D23. Grayscale: #9A9A9A. Windows color (decimal): -9067812 or 14459509. OLE color: 14459509.

HSL color Cylindrical-coordinate representation of color #75A2DC: hue angle of 213.79º 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 #75A2DC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117162220-
CMYK0.470.2600.14
HSL213.79º59.54%66.08%-
HSV(B)213.79º46.82%86.27%-
XYZ33.1734.7972.68-
YUV155.16164.59100.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=23.45%
G=32.46%
B=44.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171622200.470.2600.14213.7959.5466.08
Hex75A2DC2F1A0Ed63c42
Octal165242334573201632674102
Binary111010110100010110111001011111101001110110101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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