#75AFFA

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

Shades of Maya Blue #75AFFA

Tints of Maya Blue #75AFFA

Color information

#75AFFA (or 0x75AFFA) is unknown color: approx Maya Blue. HEX triplet: 75, AF and FA. RGB value is (117,175,250). Sum of RGB (Red+Green+Blue) = 117+175+250=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #75AFFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75AFFA is #8A5005. Grayscale: #A5A5A5. Windows color (decimal): -9064454 or 16428917. OLE color: 16428917.

HSL color Cylindrical-coordinate representation of color #75AFFA: hue angle of 213.83º 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 #75AFFA is Cyan = 0.53, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117175250-
CMYK0.530.300.02
HSL213.83º93.01%71.96%-
HSV(B)213.83º53.2%98.04%-
XYZ39.9241.3496.32-
YUV166.21175.2892.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.59%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 250 (98.05% from 255) = 46.13%
R=21.59%
G=32.29%
B=46.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171752500.530.300.02213.8393.0171.96
Hex75AFFA351E02d65d48
Octal165257372653602326135110
Binary11101011010111111111010110101111100101101011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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