#75AAD5

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

Shades of Jordy Blue #75AAD5

Tints of Jordy Blue #75AAD5

Color information

#75AAD5 (or 0x75AAD5) is unknown color: approx Jordy Blue. HEX triplet: 75, AA and D5. RGB value is (117,170,213). Sum of RGB (Red+Green+Blue) = 117+170+213=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #75AAD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AAD5 is #8A552A. Grayscale: #9E9E9E. Windows color (decimal): -9065771 or 14002805. OLE color: 14002805.

HSL color Cylindrical-coordinate representation of color #75AAD5: hue angle of 206.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75AAD5 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117170213-
CMYK0.450.2000.16
HSL206.88º53.33%64.71%-
HSV(B)206.88º45.07%83.53%-
XYZ33.7237.3468.38-
YUV159.06158.4498-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.4%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 213 (83.59% from 255) = 42.6%
R=23.4%
G=34%
B=42.6%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171702130.450.2000.16206.8853.3364.71
Hex75AAD52D14010cf3541
Octal165252325552402031765101
Binary1110101101010101101010110110110100010000110011111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,170,213); }

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

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

 a { background-color: rgb(117,170,213); }

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

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

 span { border-color: rgb(117,170,213); }

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