#75A6E0

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

Shades of Jordy Blue #75A6E0

Tints of Jordy Blue #75A6E0

Color information

#75A6E0 (or 0x75A6E0) is unknown color: approx Jordy Blue. HEX triplet: 75, A6 and E0. RGB value is (117,166,224). Sum of RGB (Red+Green+Blue) = 117+166+224=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #75A6E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A6E0 is #8A591F. Grayscale: #9D9D9D. Windows color (decimal): -9066784 or 14722677. OLE color: 14722677.

HSL color Cylindrical-coordinate representation of color #75A6E0: hue angle of 212.52º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75A6E0 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117166224-
CMYK0.480.2600.12
HSL212.52º63.31%66.86%-
HSV(B)212.52º47.77%87.84%-
XYZ34.4336.4475.74-
YUV157.96165.2798.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 224 (87.89% from 255) = 44.18%
R=23.08%
G=32.74%
B=44.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171662240.480.2600.12212.5263.3166.86
Hex75A6E0301A0Cd53f43
Octal165246340603201432577103
Binary111010110100110111000001100001101001100110101011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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