#75AEE1

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

Shades of Jordy Blue #75AEE1

Tints of Jordy Blue #75AEE1

Color information

#75AEE1 (or 0x75AEE1) is unknown color: approx Jordy Blue. HEX triplet: 75, AE and E1. RGB value is (117,174,225). Sum of RGB (Red+Green+Blue) = 117+174+225=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #75AEE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AEE1 is #8A511E. Grayscale: #A2A2A2. Windows color (decimal): -9064735 or 14790261. OLE color: 14790261.

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

Color convert

RGB117174225-
CMYK0.480.2300.12
HSL208.33º64.29%67.06%-
HSV(B)208.33º48%88.24%-
XYZ36.0639.4976.96-
YUV162.77163.1295.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.67%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 225 (88.28% from 255) = 43.60%
R=22.67%
G=33.72%
B=43.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171742250.480.2300.12208.3364.2967.06
Hex75AEE130170Cd04043
Octal1652563416027014320100103
Binary1110101101011101110000111000010111011001101000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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