#75AAE0

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

Shades of Jordy Blue #75AAE0

Tints of Jordy Blue #75AAE0

Color information

#75AAE0 (or 0x75AAE0) is unknown color: approx Jordy Blue. HEX triplet: 75, AA and E0. RGB value is (117,170,224). Sum of RGB (Red+Green+Blue) = 117+170+224=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #75AAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AAE0 is #8A551F. Grayscale: #A0A0A0. Windows color (decimal): -9065760 or 14723701. OLE color: 14723701.

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

Color convert

RGB117170224-
CMYK0.480.2400.12
HSL210.28º63.31%66.86%-
HSV(B)210.28º47.77%87.84%-
XYZ35.1737.9175.99-
YUV160.31163.9497.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.90%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 224 (87.89% from 255) = 43.84%
R=22.90%
G=33.27%
B=43.84%

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
Decimal1171702240.480.2400.12210.2863.3166.86
Hex75AAE030180Cd23f43
Octal165252340603001432277103
Binary111010110101010111000001100001100001100110100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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