#75AEFE

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

Shades of Maya Blue #75AEFE

Tints of Maya Blue #75AEFE

Color information

#75AEFE (or 0x75AEFE) is unknown color: approx Maya Blue. HEX triplet: 75, AE and FE. RGB value is (117,174,254). Sum of RGB (Red+Green+Blue) = 117+174+254=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #75AEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75AEFE is #8A5101. Grayscale: #A5A5A5. Windows color (decimal): -9064706 or 16690805. OLE color: 16690805.

HSL color Cylindrical-coordinate representation of color #75AEFE: hue angle of 215.04º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75AEFE is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117174254-
CMYK0.540.3100.00
HSL215.04º98.56%72.75%-
HSV(B)215.04º53.94%99.61%-
XYZ40.3641.2199.59-
YUV166.08177.6293-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.47%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=21.47%
G=31.93%
B=46.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171742540.540.3100.00215.0498.5672.75
Hex75AEFE361F00d76349
Octal165256376663700327143111
Binary1110101101011101111111011011011111001101011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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