#75A6E7

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

Shades of Jordy Blue #75A6E7

Tints of Jordy Blue #75A6E7

Color information

#75A6E7 (or 0x75A6E7) is unknown color: approx Jordy Blue. HEX triplet: 75, A6 and E7. RGB value is (117,166,231). Sum of RGB (Red+Green+Blue) = 117+166+231=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #75A6E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A6E7 is #8A5918. Grayscale: #9E9E9E. Windows color (decimal): -9066777 or 15181429. OLE color: 15181429.

HSL color Cylindrical-coordinate representation of color #75A6E7: hue angle of 214.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75A6E7 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117166231-
CMYK0.490.2800.09
HSL214.21º70.37%68.24%-
HSV(B)214.21º49.35%90.59%-
XYZ35.436.8280.84-
YUV158.76168.7798.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.76%
GREEN value IS 166 (65.23% from 255) = 32.30%
BLUE value IS 231 (90.62% from 255) = 44.94%
R=22.76%
G=32.30%
B=44.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171662310.490.2800.09214.2170.3768.24
Hex75A6E7311C09d64644
Octal1652463476134011326106104
Binary1110101101001101110011111000111100010011101011010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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