#75AEED

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

Shades of Jordy Blue #75AEED

Tints of Jordy Blue #75AEED

Color information

#75AEED (or 0x75AEED) is unknown color: approx Jordy Blue. HEX triplet: 75, AE and ED. RGB value is (117,174,237). Sum of RGB (Red+Green+Blue) = 117+174+237=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #75AEED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75AEED is #8A5112. Grayscale: #A3A3A3. Windows color (decimal): -9064723 or 15576693. OLE color: 15576693.

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

Color convert

RGB117174237-
CMYK0.510.2700.07
HSL211.5º76.92%69.41%-
HSV(B)211.5º50.63%92.94%-
XYZ37.7640.1785.88-
YUV164.14169.1294.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.16%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=22.16%
G=32.95%
B=44.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171742370.510.2700.07211.576.9269.41
Hex75AEED331B07d44d45
Octal165256355633307324115105
Binary111010110101110111011011100111101101111101010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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