#75AEE0

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

Shades of Jordy Blue #75AEE0

Tints of Jordy Blue #75AEE0

Color information

#75AEE0 (or 0x75AEE0) is unknown color: approx Jordy Blue. HEX triplet: 75, AE and E0. RGB value is (117,174,224). Sum of RGB (Red+Green+Blue) = 117+174+224=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #75AEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AEE0 is #8A511F. Grayscale: #A2A2A2. Windows color (decimal): -9064736 or 14724725. OLE color: 14724725.

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

Color convert

RGB117174224-
CMYK0.480.2200.12
HSL208.04º63.31%66.86%-
HSV(B)208.04º47.77%87.84%-
XYZ35.9339.4476.24-
YUV162.66162.6295.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.72%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=22.72%
G=33.79%
B=43.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171742240.480.2200.12208.0463.3166.86
Hex75AEE030160Cd03f43
Octal165256340602601432077103
Binary111010110101110111000001100001011001100110100001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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