#75ACEE

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

Shades of Jordy Blue #75ACEE

Tints of Jordy Blue #75ACEE

Color information

#75ACEE (or 0x75ACEE) is unknown color: approx Jordy Blue. HEX triplet: 75, AC and EE. RGB value is (117,172,238). Sum of RGB (Red+Green+Blue) = 117+172+238=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #75ACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75ACEE is #8A5311. Grayscale: #A2A2A2. Windows color (decimal): -9065234 or 15641717. OLE color: 15641717.

HSL color Cylindrical-coordinate representation of color #75ACEE: hue angle of 212.73º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75ACEE is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117172238-
CMYK0.510.2800.07
HSL212.73º78.06%69.61%-
HSV(B)212.73º50.84%93.33%-
XYZ37.5239.4686.53-
YUV163.08170.2895.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.20%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=22.20%
G=32.64%
B=45.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171722380.510.2800.07212.7378.0669.61
Hex75ACEE331C07d54e46
Octal165254356633407325116106
Binary111010110101100111011101100111110001111101010110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,172,238); }

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

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

 a { background-color: rgb(117,172,238); }

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

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

 span { border-color: rgb(117,172,238); }

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