#6EACFC

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

Shades of Maya Blue #6EACFC

Tints of Maya Blue #6EACFC

Color information

#6EACFC (or 0x6EACFC) is unknown color: approx Maya Blue. HEX triplet: 6E, AC and FC. RGB value is (110,172,252). Sum of RGB (Red+Green+Blue) = 110+172+252=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EACFC is #915303. Grayscale: #A2A2A2. Windows color (decimal): -9523972 or 16559214. OLE color: 16559214.

HSL color Cylindrical-coordinate representation of color #6EACFC: hue angle of 213.8º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EACFC is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110172252-
CMYK0.560.3200.01
HSL213.8º95.95%70.98%-
HSV(B)213.8º56.35%98.82%-
XYZ38.7539.8597.74-
YUV162.58178.4690.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.60%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=20.60%
G=32.21%
B=47.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101722520.560.3200.01213.895.9570.98
Hex6EACFC382001d66047
Octal156254374704001326140107
Binary11011101010110011111100111000100000011101011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EACFC; }

 p { color: rgb(110,172,252); }

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

<style>
 a { background-color: #6EACFC; }

 a { background-color: rgb(110,172,252); }

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

<style>
 span { border-color: #6EACFC; }

 span { border-color: rgb(110,172,252); }

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