#75ACFA

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

Shades of Maya Blue #75ACFA

Tints of Maya Blue #75ACFA

Color information

#75ACFA (or 0x75ACFA) is unknown color: approx Maya Blue. HEX triplet: 75, AC and FA. RGB value is (117,172,250). Sum of RGB (Red+Green+Blue) = 117+172+250=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #75ACFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75ACFA is #8A5305. Grayscale: #A4A4A4. Windows color (decimal): -9065222 or 16428149. OLE color: 16428149.

HSL color Cylindrical-coordinate representation of color #75ACFA: hue angle of 215.19º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75ACFA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117172250-
CMYK0.530.3100.02
HSL215.19º93.01%71.96%-
HSV(B)215.19º53.2%98.04%-
XYZ39.3440.1996.13-
YUV164.45176.2894.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.71%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=21.71%
G=31.91%
B=46.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171722500.530.3100.02215.1993.0171.96
Hex75ACFA351F02d75d48
Octal165254372653702327135110
Binary11101011010110011111010110101111110101101011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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