#75A3EA

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

Shades of Jordy Blue #75A3EA

Tints of Jordy Blue #75A3EA

Color information

#75A3EA (or 0x75A3EA) is unknown color: approx Jordy Blue. HEX triplet: 75, A3 and EA. RGB value is (117,163,234). Sum of RGB (Red+Green+Blue) = 117+163+234=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #75A3EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A3EA is #8A5C15. Grayscale: #9D9D9D. Windows color (decimal): -9067542 or 15377269. OLE color: 15377269.

HSL color Cylindrical-coordinate representation of color #75A3EA: hue angle of 216.41º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75A3EA is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117163234-
CMYK0.50.3000.08
HSL216.41º73.58%68.82%-
HSV(B)216.41º50%91.76%-
XYZ35.2835.9282.91-
YUV157.34171.2699.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.76%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=22.76%
G=31.71%
B=45.53%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171632340.50.3000.08216.4173.5868.82
Hex75A3EA321E08d84a45
Octal1652433526236010330112105
Binary1110101101000111110101011001011110010001101100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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