#75AAE1

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

Shades of Jordy Blue #75AAE1

Tints of Jordy Blue #75AAE1

Color information

#75AAE1 (or 0x75AAE1) is unknown color: approx Jordy Blue. HEX triplet: 75, AA and E1. RGB value is (117,170,225). Sum of RGB (Red+Green+Blue) = 117+170+225=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #75AAE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AAE1 is #8A551E. Grayscale: #A0A0A0. Windows color (decimal): -9065759 or 14789237. OLE color: 14789237.

HSL color Cylindrical-coordinate representation of color #75AAE1: hue angle of 210.56º degrees, saturation: 0.64, 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 #75AAE1 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117170225-
CMYK0.480.2400.12
HSL210.56º64.29%67.06%-
HSV(B)210.56º48%88.24%-
XYZ35.337.9776.7-
YUV160.42164.4497.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.85%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=22.85%
G=33.20%
B=43.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171702250.480.2400.12210.5664.2967.06
Hex75AAE130180Cd34043
Octal1652523416030014323100103
Binary1110101101010101110000111000011000011001101001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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